1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add multi-select commands

This commit is contained in:
Luke Pulverenti 2015-09-27 19:32:09 -04:00
parent f7f5c66b77
commit 653293c3b1
4 changed files with 250 additions and 166 deletions

View file

@ -379,14 +379,6 @@
reloadItems(tabContent, viewPanel);
updateFilterControls(tabContent, viewPanel);
}
Dashboard.getCurrentUser().done(function (user) {
if (user.Policy.IsAdministrator) {
$('.btnMergeVersions', page).show();
} else {
$('.btnMergeVersions', page).hide();
}
});
};
})(jQuery, document);