minor fix in the default theme

This commit is contained in:
SJ
2013-07-10 14:11:27 +02:00
parent df2afabcb1
commit f43a2425bf
2 changed files with 12 additions and 1 deletions

View File

@ -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]");