|
@@ -1736,6 +1736,7 @@ function clearHomepageOriginal(){
|
|
|
$('#editHomepageItem').html('');
|
|
$('#editHomepageItem').html('');
|
|
|
}
|
|
}
|
|
|
function completeHomepageLoad(item, data){
|
|
function completeHomepageLoad(item, data){
|
|
|
|
|
+ /*
|
|
|
if(item == 'CustomHTML'){
|
|
if(item == 'CustomHTML'){
|
|
|
let iteration = 0;
|
|
let iteration = 0;
|
|
|
$.each(data.settings, function(i,customItem) {
|
|
$.each(data.settings, function(i,customItem) {
|
|
@@ -1749,11 +1750,12 @@ function completeHomepageLoad(item, data){
|
|
|
customHTMLEditorObject[iterationString].setShowPrintMargin(false);
|
|
customHTMLEditorObject[iterationString].setShowPrintMargin(false);
|
|
|
customHTMLEditorObject[iterationString].session.on('change', function(delta) {
|
|
customHTMLEditorObject[iterationString].session.on('change', function(delta) {
|
|
|
$('.' + customTextarea).val(customHTMLEditorObject[iterationString].getValue());
|
|
$('.' + customTextarea).val(customHTMLEditorObject[iterationString].getValue());
|
|
|
- $('#homepage-CustomHTML-form-save').removeClass('hidden');
|
|
|
|
|
|
|
+ //$('#homepage-CustomHTML-form-save').removeClass('hidden');
|
|
|
});
|
|
});
|
|
|
iteration++;
|
|
iteration++;
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
+ */
|
|
|
pageLoad();
|
|
pageLoad();
|
|
|
}
|
|
}
|
|
|
function editHomepageItem(item){
|
|
function editHomepageItem(item){
|