diff --git a/webui/view/javascript/piler-in.js b/webui/view/javascript/piler-in.js index 88a82019..0aa29036 100644 --- a/webui/view/javascript/piler-in.js +++ b/webui/view/javascript/piler-in.js @@ -879,6 +879,17 @@ var Piler = }, + stop_propagation: function(event) { + Piler.log("[stop_propagation]"); + try { + event.stopPropagation(); + } + catch ( e ) { + Piler.log("[stop_propagation]", e ); + } + }, + + test_ldap_connection:function() { Piler.log("[test_ldap_connection]"); diff --git a/webui/view/theme/default/templates/search/helper.tpl b/webui/view/theme/default/templates/search/helper.tpl index d32834cd..fdd0d4d6 100644 --- a/webui/view/theme/default/templates/search/helper.tpl +++ b/webui/view/theme/default/templates/search/helper.tpl @@ -44,7 +44,7 @@ - checked="checked" class="restorebox" /> + checked="checked" class="restorebox" />