✏️ 正在编辑: leoslideshow.js
路径:
/home/bpioifn/www/pigmentse/modules/leoslideshow/views/js/leoslideshow.js
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
/** * @copyright Commercial License By LeoTheme.Com * @email leotheme.com * @visit http://www.leotheme.com */ /** * List functions will run when document.ready() */ $(document).ready(function() { if(typeof (leoslideshow_list_functions) != 'undefined') { for (var i = 0; i < leoslideshow_list_functions.length; i++) { leoslideshow_list_functions[i](); } } });
💾 保存文件
← 返回文件管理器