Browse Source

fix social button for partage share_from

Bastien Sevajol 11 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
         $('div#share_from_content').append(elements);
1333
         $('div#share_from_content').append(elements);
1334
         $('div#share_from_message').text(response.message);
1334
         $('div#share_from_message').text(response.message);
1335
         $('form[name="add"]').append($('<input type="hidden" name="shared_from_finished" id="shared_from_finished" value="1" />'));
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
       return true;
1339
       return true;