diff --git a/js/redactor-osticket.js b/js/redactor-osticket.js index 96f65cf95430a4766cd83f6152097d034ae3e2e6..e833f347bc30fc6c3dafee57650c3867c0236058 100644 --- a/js/redactor-osticket.js +++ b/js/redactor-osticket.js @@ -77,7 +77,8 @@ RedactorPlugins.draft = { }); }, setupDraftUpdate: function(data) { - this.$draft_saved.show().delay(5000).fadeOut(); + if (this.get()) + this.$draft_saved.show().delay(5000).fadeOut(); // Slight workaround. Signal the 'keyup' event normally signaled // from typing in the <textarea>