File: //proc/thread-self/cwd/wp-content/plugins/automatewoo/admin/assets/js/min/tools.min.js.map
{"version":3,"sources":["tools.js"],"names":["jQuery","$","AutomateWoo","Tools","init","confirm_submit","e","confirm"],"mappings":"AAIAA,QAAO,SAASC,GAEZC,YAAYC,MAAQ,CAEhBC,KAAM,aAMNC,eAAgB,SAASC,GACrB,OAAOC,QAAQ,2CAOvBL,YAAYC,MAAMC","file":"tools.min.js","sourcesContent":["/**\n * AutomateWoo Tools\n */\n\njQuery(function($) {\n\n    AutomateWoo.Tools = {\n\n        init: function(){\n\n           // $('#automatewoo_process_tool_form').on( 'submit', this.confirm_submit );\n\n        },\n\n        confirm_submit: function(e) {\n            return confirm('Are you sure? This can not be undone.');\n\n        }\n\n    };\n\n\n    AutomateWoo.Tools.init();\n\n});"]}