wSync() did not convert HTML -> BBCode
authorAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jul 2014 12:14:55 +0000 (14:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 1 Jul 2014 12:14:55 +0000 (14:14 +0200)
wcfsetup/install/files/js/3rdParty/redactor/plugins/wutil.js

index 194154397b8863afdd97bc56830c48870544f0bc..8e8b9f5d28e980d867149280d844a2d22e90f2bd 100644 (file)
@@ -303,5 +303,6 @@ RedactorPlugins.wutil = {
         */
        wSync: function() {
                this.$source.val(this.cleanHtml(this.$source.val()));
+               this._convertFromHtml();
        }
 };