Don’t copy the value, the input field is disabled anyway.
[Sone.git] / src / main / resources / static / javascript / sone.js
index ab16ba3..200c870 100644 (file)
@@ -18,7 +18,6 @@ function registerInputTextareaSwap(inputSelector, defaultText, inputFieldName) {
                                if (textarea.val() == "") {
                                        return false;
                                }
-                               $(inputField).val(textarea.val());
                        });
                })(this, textarea);
        });