Files
kalsport.pl/modules/appagebuilder/views/js/admin/autoload.js
2024-11-05 12:22:50 +01:00

13 lines
296 B
JavaScript

/*
* @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]();
}
});