Skip to content

Commit

Permalink
Edit HTML Source not Saving HTML Fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
sheadawson committed Nov 17, 2016
1 parent f76f1d9 commit bef1afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/shortcodable.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
var ed = this.getEditor();
var newContent = shortcodable.replacePlaceholdersWithShortcodes($(this).val(), ed);
$(this).val(newContent);
ed.save();
}
},
});
Expand Down

0 comments on commit bef1afa

Please sign in to comment.