Loading themes/Composr_CMS/javascript_custom/index.html 0 → 100644 +0 −0 Empty file added. themes/Composr_CMS/templates_custom/index.html 0 → 100644 +0 −0 Empty file added. themes/default/javascript/core_themeing.js +16 −12 Original line number Diff line number Diff line Loading @@ -725,7 +725,9 @@ } }, 1000); window.jQuery && window.jQuery.fn.resizable && window.jQuery('.template-editor-file-selector').resizable(); if (window.jQuery && window.jQuery.fn.resizable) { window.jQuery('.template-editor-file-selector').resizable(); } templateEditorAssignUnloadEvent(); Loading Loading @@ -1153,6 +1155,7 @@ highlightTemplate(window.opener, fileIdToFile(fileId)); } if (window.jQuery && window.jQuery.fn.resizable) { window.jQuery('#e-' + fileId.replace(/\./g, '\\.') + '-wrap').resizable({ resize: function () { var editor = window.aceEditors['e_' + fileId]; Loading @@ -1164,6 +1167,7 @@ }, handles: 's' }); } }, 1000); function fileIdToFile(fileId) { Loading themes/default/javascript/image_slider.js +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ /* eslint-disable camelcase */ $cms.templates.blockMainMultiContentSlider = function blockMainMultiContentSlider(params) { if (!window.jQuery || !window.jQuery.fn.skitter) { $util.fatal('$cms.templates.blockMainMultiContentSlider(): jQuery.fn.skitter plugin is not loaded'); return; } window.jQuery('#skitter-' + params.rand).skitter({ auto_play: true, controls: true, Loading themes/default/javascript/theme_colours.js +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ }); // LEGACY if (window.jQuery.fn.spectrum !== undefined) { if (window.jQuery && window.jQuery.fn.spectrum !== undefined) { var test = document.createElement('input'); try { test.type = 'color'; Loading Loading
themes/default/javascript/core_themeing.js +16 −12 Original line number Diff line number Diff line Loading @@ -725,7 +725,9 @@ } }, 1000); window.jQuery && window.jQuery.fn.resizable && window.jQuery('.template-editor-file-selector').resizable(); if (window.jQuery && window.jQuery.fn.resizable) { window.jQuery('.template-editor-file-selector').resizable(); } templateEditorAssignUnloadEvent(); Loading Loading @@ -1153,6 +1155,7 @@ highlightTemplate(window.opener, fileIdToFile(fileId)); } if (window.jQuery && window.jQuery.fn.resizable) { window.jQuery('#e-' + fileId.replace(/\./g, '\\.') + '-wrap').resizable({ resize: function () { var editor = window.aceEditors['e_' + fileId]; Loading @@ -1164,6 +1167,7 @@ }, handles: 's' }); } }, 1000); function fileIdToFile(fileId) { Loading
themes/default/javascript/image_slider.js +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ /* eslint-disable camelcase */ $cms.templates.blockMainMultiContentSlider = function blockMainMultiContentSlider(params) { if (!window.jQuery || !window.jQuery.fn.skitter) { $util.fatal('$cms.templates.blockMainMultiContentSlider(): jQuery.fn.skitter plugin is not loaded'); return; } window.jQuery('#skitter-' + params.rand).skitter({ auto_play: true, controls: true, Loading
themes/default/javascript/theme_colours.js +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ }); // LEGACY if (window.jQuery.fn.spectrum !== undefined) { if (window.jQuery && window.jQuery.fn.spectrum !== undefined) { var test = document.createElement('input'); try { test.type = 'color'; Loading