User music preferences in bitmask

This commit is contained in:
magnolia-fan
2011-09-15 08:35:48 +04:00
parent 2f31a6fd65
commit d50d584bf8
10 changed files with 29 additions and 13 deletions
+3 -2
View File
@@ -38,6 +38,7 @@ $ ->
$('.dropdown-toggle, .menu').live 'click', ->
$(this).parent('li').toggleClass('open')
false
$('.dropdown-toggle li, .menu li').live 'click', ->
$(this).parent('li').toggleClass('open')
$('.dropdown-menu li a').live 'click', ->
console.log(1)
$(this).parent().parent().parent().toggleClass('open')
false