Fix syntax error.
[Sone.git] / src / main / resources / static / javascript / sone.js
index 16eb806..6bed10f 100644 (file)
@@ -884,7 +884,7 @@ $(document).ready(function() {
 
        /* ajaxify album creation input field. */
        getTranslation("WebInterface.DefaultText.Reply", function(text) {
-               $("#create-album input[type=text]".each(function() {
+               $("#create-album input[type=text]").each(function() {
                        registerInputTextareaSwap(this, text, "name", false, true);
                });
        });