소스 검색

fix social button for partage share_from

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

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

@@ -1333,6 +1333,7 @@ $(document).ready(function(){
1333 1333
         $('div#share_from_content').append(elements);
1334 1334
         $('div#share_from_message').text(response.message);
1335 1335
         $('form[name="add"]').append($('<input type="hidden" name="shared_from_finished" id="shared_from_finished" value="1" />'));
1336
+        refresh_social_buttons();
1336 1337
       }
1337 1338
       
1338 1339
       return true;