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

strip out jqm panel

This commit is contained in:
Luke Pulverenti 2015-09-05 14:05:29 -04:00
parent 1fcfbcab7e
commit 0e6672699e
26 changed files with 785 additions and 788 deletions

View file

@ -196,7 +196,7 @@
function showSyncMenu(options) {
requirejs(["scripts/registrationservices", "jqmcollapsible"], function () {
requirejs(["scripts/registrationservices", "jqmcollapsible", "jqmpanel"], function () {
RegistrationServices.validateFeature('sync').done(function () {
showSyncMenuInternal(options);
});