Force browser to redraw favorite icon

on src change
remotes/origin/fix-10825
Sugaroverdose 10 years ago
parent 5f7c115dfe
commit b2de3b3d8d
  1. 1
      apps/files/js/tagsplugin.js

@ -53,6 +53,7 @@
*/
function toggleStar($actionEl, state) {
$actionEl.find('img').attr('src', getStarImage(state));
$actionEl.hide().show(0); //force Safari to redraw element on src change
$actionEl.toggleClass('permanent', state);
}

Loading…
Cancel
Save