From 165ce3b013aef1db6f0dea0ba08b97e7e81428f0 Mon Sep 17 00:00:00 2001 From: Shea Date: Thu, 17 Nov 2016 15:13:30 +1300 Subject: [PATCH] Edit HTML Source not Saving HTML Fixes #45 --- javascript/shortcodable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/shortcodable.js b/javascript/shortcodable.js index f483b9d..d5be799 100644 --- a/javascript/shortcodable.js +++ b/javascript/shortcodable.js @@ -35,6 +35,7 @@ var ed = this.getEditor(); var newContent = shortcodable.replacePlaceholdersWithShortcodes($(this).val(), ed); $(this).val(newContent); + ed.save(); } }, });