Browse Source

fix social button for partage share_from

Bastien Sevajol 10 years ago
parent
commit
baa4559c7d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 0
src/Muzich/CoreBundle/Resources/public/js/muzich.js View File

@@ -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;