mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Compiled assets
This commit is contained in:
parent
6a6ab8fc88
commit
301b09070d
2
modules/system/assets/ui/storm-min.js
vendored
2
modules/system/assets/ui/storm-min.js
vendored
@ -4170,7 +4170,7 @@ return false}
|
||||
HotKey.prototype.onKeyDown=function(ev){if(this.testConditions(ev)){if(this.options.hotkeyVisible&&!this.$el.is(':visible'))
|
||||
return
|
||||
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')
|
||||
return false}}
|
||||
var old=$.fn.hotKey
|
||||
|
Loading…
x
Reference in New Issue
Block a user