Compiled assets
This commit is contained in:
parent
6a6ab8fc88
commit
301b09070d
|
|
@ -4170,7 +4170,7 @@ return false}
|
||||||
HotKey.prototype.onKeyDown=function(ev){if(this.testConditions(ev)){if(this.options.hotkeyVisible&&!this.$el.is(':visible'))
|
HotKey.prototype.onKeyDown=function(ev){if(this.testConditions(ev)){if(this.options.hotkeyVisible&&!this.$el.is(':visible'))
|
||||||
return
|
return
|
||||||
if(this.options.callback)
|
if(this.options.callback)
|
||||||
return this.options.callback(this.$el,ev.currentTarget)}}
|
return this.options.callback(this.$el,ev.currentTarget,ev)}}
|
||||||
HotKey.DEFAULTS={hotkey:null,hotkeyTarget:'html',hotkeyVisible:true,callback:function(element){element.trigger('click')
|
HotKey.DEFAULTS={hotkey:null,hotkeyTarget:'html',hotkeyVisible:true,callback:function(element){element.trigger('click')
|
||||||
return false}}
|
return false}}
|
||||||
var old=$.fn.hotKey
|
var old=$.fn.hotKey
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue