Added labelify to user shelves window.
[wolnelektury.git] / 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() {