From 018b5ef3c3f950e88e3413e59e7d2707cc6f3b2e Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 21 Mar 2019 09:51:12 +0100 Subject: [PATCH] [9.0.08] error in jquery syntax --- core/module/theme/view/body/body.js.php | 2 +- core/vendor/tinymce/link_list.json | 2 +- site/tmp/.htaccess | 5 ----- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 site/tmp/.htaccess diff --git a/core/module/theme/view/body/body.js.php b/core/module/theme/view/body/body.js.php index 65654510..b6429b7e 100755 --- a/core/module/theme/view/body/body.js.php +++ b/core/module/theme/view/body/body.js.php @@ -19,7 +19,7 @@ $("input, select").on("change", function() { // Image du fond var themeBodyImage = $("#themeBodyImage").val(); if(themeBodyImage) { - css += "body{background-image:url('site/file/source/" + themeBodyImage + "');background-repeat:" + $("#themeBodyImageRepeat").val() + ";background-position:" + $("#themeBodyImagePosition").val() + ";background-attachment:" + $("#themeBodyImageAttachment").val() + ";background-size:" + $("#themeBodyImageSize").val() + "]"; + css += "body{background-image:url('site/file/source/" + themeBodyImage + "');background-repeat:" + $("#themeBodyImageRepeat").val() + ";background-position:" + $("#themeBodyImagePosition").val() + ";background-attachment:" + $("#themeBodyImageAttachment").val() + ";background-size:" + $("#themeBodyImageSize").val() + "}"; } else { css += "body{background-image:none}"; diff --git a/core/vendor/tinymce/link_list.json b/core/vendor/tinymce/link_list.json index d9305ccd..572c1e6a 100644 --- a/core/vendor/tinymce/link_list.json +++ b/core/vendor/tinymce/link_list.json @@ -1 +1 @@ -[{"title":"blockLeft","value":"?blockLeft"},{"title":"blockRight","value":"?blockRight"},{"title":"Accueil","value":"?accueil","menu":[{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise_en_page"}]},{"title":"Cach\u00e9e","value":"?cachee"},{"title":"Blog","value":"?blog"},{"title":"Galeries","value":"?galeries"},{"title":"Code","value":"?code"},{"title":"Contact","value":"?contact"}] \ No newline at end of file +[{"title":"Accueil","value":"?accueil","menu":[{"title":"Enfant","value":"?enfant"},{"title":"Mise en page","value":"?mise-en-page"}]},{"title":"Priv\u00e9e","value":"?privee"},{"title":"Blog","value":"?blog"},{"title":"Galeries","value":"?galeries"},{"title":"Site de Zwii","value":"?site-de-zwii"},{"title":"Contact","value":"?contact"}] \ No newline at end of file diff --git a/site/tmp/.htaccess b/site/tmp/.htaccess deleted file mode 100644 index 4a46a173..00000000 --- a/site/tmp/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -# Bloque l'accès htaccess - - Order deny,allow - Deny from all -