Added labelify to user shelves window.
authorMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 14:42:37 +0000 (16:42 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Thu, 11 Sep 2008 14:42:37 +0000 (16:42 +0200)
wolnelektury/media/js/catalogue.js

index 58021fe..1d631e3 100644 (file)
                     success: function() { setTimeout(function() { $('#user-shelves-window').jqmHide() }, 1000) }
                 });
                 
+                $('input', hash.w).labelify({labelledClass: 'blur'});
+                
                 $('ul.shelf-list li', hash.w).hover(function() {
                     $(this).css({background: '#EEE', cursor: 'pointer'});
                 }, function() {