Relocate folders
the old "www/layout/<admin/frontend>/<template name>/..." layout is deprecated. new layout: www/layout/<admin|frontend>/<cache/css/images/javascript>/ The layout/<admin/frontend> is symlinked to www/<admin|frontend>/layout templates and lang are moved to includes www/includes/template/<admin/frontend> www/includes/lang/<admin/frontend> and no longer symlinked to any public facing folders The language po files have already been moved to 4dev/lang/<admin|frontend>/
This commit is contained in:
16
www/layout/admin/javascript/jquery.test.js
Executable file
16
www/layout/admin/javascript/jquery.test.js
Executable file
@@ -0,0 +1,16 @@
|
||||
/* jquery tests */
|
||||
|
||||
/* global setCenter ClearCall overlayBoxShow actionIndicatorShow actionIndicatorHide */
|
||||
/* eslint no-undef: "error" */
|
||||
|
||||
$(document).ready(function() {
|
||||
setCenter('test-div', true, true);
|
||||
ClearCall();
|
||||
overlayBoxShow();
|
||||
actionIndicatorShow('testSmarty');
|
||||
setTimeout(function() {
|
||||
console.log('Waiting dummy ...');
|
||||
actionIndicatorHide('testSmarty');
|
||||
ClearCall();
|
||||
}, 2000);
|
||||
});
|
||||
Reference in New Issue
Block a user