From 2f544f923b535848578f757561f47faebc1110eb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 12 Jun 2015 23:42:19 -0400 Subject: [PATCH] extract scripts --- dashboard-ui/appservices.html | 2 +- dashboard-ui/css/mediaplayer.css | 4 +- dashboard-ui/editcollectionitems.html | 8 +- dashboard-ui/edititemimages.html | 2 +- dashboard-ui/edititemmetadata.html | 11 +- dashboard-ui/edititemsubtitles.html | 2 +- dashboard-ui/itemdetails.html | 2 +- dashboard-ui/scripts/dlnaserversettings.js | 2 +- dashboard-ui/scripts/edititemmetadata.js | 11 +- dashboard-ui/scripts/edititemsubtitles.js | 2 +- dashboard-ui/scripts/itemdetailpage.js | 5 +- dashboard-ui/scripts/librarylist.js | 2 +- dashboard-ui/scripts/useredit.js | 160 ++++++++---------- .../thirdparty/cordova/android/appstorage.js | 14 -- dashboard-ui/thirdparty/cordova/chromecast.js | 4 +- dashboard-ui/thirdparty/cordova/connectsdk.js | 2 +- .../thirdparty/cordova/generaldevice.js | 4 +- dashboard-ui/useredit.html | 7 +- 18 files changed, 104 insertions(+), 140 deletions(-) diff --git a/dashboard-ui/appservices.html b/dashboard-ui/appservices.html index b42fee4965..3f307cf8f4 100644 --- a/dashboard-ui/appservices.html +++ b/dashboard-ui/appservices.html @@ -4,7 +4,7 @@ Emby -
+
diff --git a/dashboard-ui/css/mediaplayer.css b/dashboard-ui/css/mediaplayer.css index a61ced8b57..70e0752513 100644 --- a/dashboard-ui/css/mediaplayer.css +++ b/dashboard-ui/css/mediaplayer.css @@ -157,7 +157,7 @@ input[type="range"]::-ms-fill-upper { margin-bottom: 0; } - .nowPlayingBar .mediaButton:not(.unpauseButton):not(.pauseButton):not(.remoteControlButton):not(.stopButton) { + .nowPlayingBar .mediaButton:not(.unpauseButton):not(.pauseButton):not(.remoteControlButton) { display: none; } @@ -165,7 +165,7 @@ input[type="range"]::-ms-fill-upper { float: right; } - .nowPlayingBar .unpauseButton, .nowPlayingBar .pauseButton, .nowPlayingBar .stopButton { + .nowPlayingBar .unpauseButton, .nowPlayingBar .pauseButton { float: right; } diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 6a27c76549..357bbf93bf 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -4,12 +4,11 @@ Emby -
+
-
    -
+
    @@ -38,7 +37,8 @@