wip
This commit is contained in:
1
public/web/shella/scripts/module.trigger.min.js
vendored
Normal file
1
public/web/shella/scripts/module.trigger.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
theme.Trigger=function(){function t(){this.load()}t.prototype=$.extend({},t.prototype,{load:function(){var t=this;$body.on("click","[data-js-trigger]",function(){t.process($(this).attr("data-js-trigger"))})},process:function(t,e){e=e||"click",$('[data-js-trigger-id="'+t+'"]').trigger(e)}}),theme.Trigger=new t},$(function(){theme.Trigger()});
|
||||
Reference in New Issue
Block a user