소스 검색

fix social buttons on playlist

Bastien Sevajol 10 년 전
부모
커밋
5d0f6b8e46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 0
src/Muzich/CoreBundle/Resources/public/js/muzich.js 파일 보기

@@ -3197,6 +3197,7 @@ $(document).ready(function(){
3197 3197
         if (response.status === 'success')
3198 3198
         {
3199 3199
           line.find('div.content_opened').html('<ul class="elements">' + response.data + '</ul>');
3200
+          refresh_social_buttons();
3200 3201
         }
3201 3202
         else
3202 3203
         if (response.status === 'error')