diff --git a/dashboard-ui/manifest.json b/dashboard-ui/manifest.json
index bf7328395c..8b6e28cd04 100644
--- a/dashboard-ui/manifest.json
+++ b/dashboard-ui/manifest.json
@@ -16,13 +16,11 @@
}
],
"icons": [ {
- "src": "images/icon-144x144.png",
+ "src": "css/images/touchicon144.png",
"sizes": "144x144",
"type": "image/png",
"density": "3.0"
}],
"display": "standalone",
- "display": "standalone",
- "theme_color": "#52B54B",
- "start_image": "images/start-image.png"
+ "theme_color": "#52B54B"
}
\ No newline at end of file
diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js
index 83eea9f4fc..b495f4265f 100644
--- a/dashboard-ui/scripts/site.js
+++ b/dashboard-ui/scripts/site.js
@@ -1491,7 +1491,7 @@ var AppInfo = {};
// This doesn't perform well on iOS
AppInfo.enableHeadRoom = !isIOS;
- AppInfo.supportsDownloading = !(AppInfo.isNativeApp && isIOS);
+ AppInfo.supportsDownloading = !(AppInfo.isNativeApp);
// This currently isn't working on android, unfortunately
AppInfo.supportsFileInput = !(AppInfo.isNativeApp && isAndroid);
@@ -1842,6 +1842,7 @@ var AppInfo = {};
define("paper-item-body", ["html!" + bowerPath + "/paper-item/paper-item-body.html"]);
define("paper-collapse-item", ["html!" + bowerPath + "/paper-collapse-item/paper-collapse-item.html"]);
+ define("emby-collapsible", ["html!" + bowerPath + "/emby-collapsible/emby-collapsible.html"]);
define("jstree", [bowerPath + "/jstree/dist/jstree", "css!thirdparty/jstree/themes/default/style.min.css"]);
diff --git a/dashboard-ui/scripts/sync.js b/dashboard-ui/scripts/sync.js
index dc0de3f790..80e48a986e 100644
--- a/dashboard-ui/scripts/sync.js
+++ b/dashboard-ui/scripts/sync.js
@@ -81,7 +81,7 @@
return new Promise(function (resolve, reject) {
- require(['paper-checkbox', 'paper-input', 'jqmcollapsible'], function () {
+ require(['paper-checkbox', 'paper-input', 'emby-collapsible'], function () {
renderFormInternal(options);
resolve();
});
@@ -162,8 +162,7 @@
dialogOptions.Options.indexOf('ItemLimit') != -1) {
html += '
';
- html += '
';
- html += '
' + Globalize.translate('HeaderAdvanced') + '
';
+ html += '
';
html += '';
if (dialogOptions.Options.indexOf('SyncNewContent') != -1) {
html += '
';
@@ -179,14 +178,14 @@
html += '
' + Globalize.translate('LabelItemLimitHelp') + '
';
html += '
';
}
- html += '';
+ html += '';
html += '