소스 검색

Anomalie #465: tags list: bug click

Sevajol Bastien 12 년 전
부모
커밋
b16c1d04c4
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      web/bundles/muzichcore/js/muzich.js

+ 4 - 0
web/bundles/muzichcore/js/muzich.js 파일 보기

@@ -306,6 +306,10 @@ $(document).ready(function(){
306 306
   $('ul.element_tags li a.element_tag').live('click', function(){
307 307
     // Si il y a une liste de tags (comme sur la page favoris, profil)
308 308
     var id;
309
+    
310
+    // On initialise la liste de tags déjà ajouté
311
+    tagsAddeds['search'] = new Array;
312
+    
309 313
     if ($('ul#favorite_tags').length)
310 314
     {
311 315
       id = str_replace('element_tag_', '', $(this).attr('id'));