Explorar el Código

bug js: transmissionde variable oublié

bastien hace 13 años
padre
commit
4f3e4cd9b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 1 - 1
web/bundles/muzichcore/js/muzich.js Ver fichero

@@ -1112,7 +1112,7 @@ $(document).ready(function(){
1112 1112
   }
1113 1113
    
1114 1114
   $('ul#favorite_tags a.tag').click(function(){
1115
-    list_tag_clicked();
1115
+    list_tag_clicked($(this));
1116 1116
   });
1117 1117
   
1118 1118
   last_keypress = 0;