From c376ba3891e00749e2199a16a74588a2e0c5194a Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 8 Sep 2021 15:02:08 +0100 Subject: [PATCH] adding alt text for banner image --- public/editor-files/editor.js | 1 + views/editor.php | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/editor-files/editor.js b/public/editor-files/editor.js index 0474b7f..7947427 100644 --- a/public/editor-files/editor.js +++ b/public/editor-files/editor.js @@ -78,6 +78,7 @@ $(function() { name: $("#post-name").val(), description: $("#post-description").val(), image: $("#post-image").val(), + image: $("#post-imagealt").val(), body: editor.serialize().content.value, category: category, slug: $("#post-slug").val(), diff --git a/views/editor.php b/views/editor.php index 5364fe2..44ab306 100644 --- a/views/editor.php +++ b/views/editor.php @@ -129,10 +129,6 @@
- Syndicate?