mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-06 16:59:08 +02:00
minor fix in the default theme
This commit is contained in:
@ -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]");
|
||||
|
Reference in New Issue
Block a user