Disabling save dialog's text area while saving
[fnpeditor.git] / modules / data / saveDialog.js
index a772ba6..aa6b285 100644 (file)
@@ -41,6 +41,7 @@ define([
         },\r
         toggleButtons: function(toggle) {\r
             this.$('.btn, button').toggleClass('disabled', !toggle);\r
+            this.$('textarea').attr('disabled', !toggle);\r
             this.actionsDisabled = !toggle;\r
         }\r
     });\r