first commit
This commit is contained in:
12
modules/appagebuilder/views/js/admin/autoload.js
Normal file
12
modules/appagebuilder/views/js/admin/autoload.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @Website: apollotheme.com - prestashop template provider
|
||||
* @author Apollotheme <apollotheme@gmail.com>
|
||||
* @copyright Apollotheme
|
||||
* @description:
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
if (typeof autoload_func_name !== 'undefined') {
|
||||
window[autoload_func_name]();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user