Skip to content

Commit

Permalink
small optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 6, 2013
1 parent 57bd4a0 commit 55369cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions framework/Core/js/hordecore.js
Expand Up @@ -390,9 +390,7 @@ var HordeCore = {
});
}
}.bindAsEventListener(this))
.observe('click', function(e) {
e.stop();
});
.observe('click', Event.stop);
message.down('input[type=button]').observe('click', function(e) {
var ajax_params = $H({
alarm: alarm.id,
Expand Down

0 comments on commit 55369cc

Please sign in to comment.