Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Bug: dblclick was triggered twice on non-ie browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed May 5, 2014
1 parent bd2db1e commit 6826de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -376,7 +376,7 @@ SelectableElements = Class.create({
previousEventTarget: null,
ie10detailFilter : function(e){
if(!Prototype.Browser.IE10){
return true;
return false;
}
var result = true;
if(!this.previousEventTime){
Expand Down

0 comments on commit 6826de5

Please sign in to comment.