浏览代码

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
         if (response.status === 'success')
3197
         if (response.status === 'success')
3198
         {
3198
         {
3199
           line.find('div.content_opened').html('<ul class="elements">' + response.data + '</ul>');
3199
           line.find('div.content_opened').html('<ul class="elements">' + response.data + '</ul>');
3200
+          refresh_social_buttons();
3200
         }
3201
         }
3201
         else
3202
         else
3202
         if (response.status === 'error')
3203
         if (response.status === 'error')