Fix syntax error.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 19:37:31 +0000 (20:37 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 12 Jan 2011 19:37:31 +0000 (20:37 +0100)
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);
                });
        });