diff --git a/dashboard-ui/bower_components/iron-icon/.bower.json b/dashboard-ui/bower_components/iron-icon/.bower.json
index 8ce0fb37ca..9691e0c3aa 100644
--- a/dashboard-ui/bower_components/iron-icon/.bower.json
+++ b/dashboard-ui/bower_components/iron-icon/.bower.json
@@ -1,7 +1,7 @@
{
"name": "iron-icon",
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "An element that supports displaying an icon",
"main": "iron-icon.html",
@@ -31,11 +31,11 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"homepage": "https://github.com/polymerelements/iron-icon",
- "_release": "1.0.2",
+ "_release": "1.0.3",
"_resolution": {
"type": "version",
- "tag": "v1.0.2",
- "commit": "f9246c47ecb1c682f0fb9ea48255d5f7debd1e03"
+ "tag": "v1.0.3",
+ "commit": "818c2d2af2d3287a444e4cf0a19c2b5717d480e8"
},
"_source": "git://github.com/polymerelements/iron-icon.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/iron-icon/bower.json b/dashboard-ui/bower_components/iron-icon/bower.json
index 9361b565c1..0d1c50bbc8 100644
--- a/dashboard-ui/bower_components/iron-icon/bower.json
+++ b/dashboard-ui/bower_components/iron-icon/bower.json
@@ -1,7 +1,7 @@
{
"name": "iron-icon",
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"license": "http://polymer.github.io/LICENSE.txt",
"description": "An element that supports displaying an icon",
"main": "iron-icon.html",
diff --git a/dashboard-ui/bower_components/iron-icon/iron-icon.html b/dashboard-ui/bower_components/iron-icon/iron-icon.html
index bdb55c7dbb..1b2f57febb 100644
--- a/dashboard-ui/bower_components/iron-icon/iron-icon.html
+++ b/dashboard-ui/bower_components/iron-icon/iron-icon.html
@@ -32,17 +32,16 @@ Example setting size to 32px x 32px:
The iron elements include several sets of icons.
-To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
+To use the default set of icons, import `iron-icons.html` and use the `icon` attribute to specify an icon:
- <!-- import default iconset and iron-icon -->
-To use a different built-in set of icons, import `iron-icons/-icons.html`, and
-specify the icon as `:`. For example:
+To use a different built-in set of icons, import the specific `iron-icons/-icons.html`, and
+specify the icon as `:`. For example, to use a communication icon, you would
+use:
- <!-- import communication iconset and iron-icon -->
@@ -150,6 +149,7 @@ Custom property | Description | Default
return this.icon || !this.src;
},
+ /** @suppress {visibility} */
_updateIcon: function() {
if (this._usesIconset()) {
if (this._iconsetName) {
@@ -166,6 +166,7 @@ Custom property | Description | Default
this._img = document.createElement('img');
this._img.style.width = '100%';
this._img.style.height = '100%';
+ this._img.draggable = false;
}
this._img.src = this.src;
Polymer.dom(this.root).appendChild(this._img);
diff --git a/dashboard-ui/bower_components/iron-meta/.bower.json b/dashboard-ui/bower_components/iron-meta/.bower.json
index 8119ebcf41..9e650790be 100644
--- a/dashboard-ui/bower_components/iron-meta/.bower.json
+++ b/dashboard-ui/bower_components/iron-meta/.bower.json
@@ -25,14 +25,14 @@
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "homepage": "https://github.com/polymerelements/iron-meta",
+ "homepage": "https://github.com/PolymerElements/iron-meta",
"_release": "1.0.3",
"_resolution": {
"type": "version",
"tag": "v1.0.3",
"commit": "91529259262b0d8f33fed44bc3fd47aedf35cb04"
},
- "_source": "git://github.com/polymerelements/iron-meta.git",
+ "_source": "git://github.com/PolymerElements/iron-meta.git",
"_target": "^1.0.0",
- "_originalSource": "polymerelements/iron-meta"
+ "_originalSource": "PolymerElements/iron-meta"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/paper-styles/.bower.json b/dashboard-ui/bower_components/paper-styles/.bower.json
index 5e700b1ebb..91d22f3562 100644
--- a/dashboard-ui/bower_components/paper-styles/.bower.json
+++ b/dashboard-ui/bower_components/paper-styles/.bower.json
@@ -34,7 +34,7 @@
"tag": "v1.0.11",
"commit": "347542e9ebe3e6e5f0830ee10e1c20c12956ff2c"
},
- "_source": "git://github.com/PolymerElements/paper-styles.git",
- "_target": "^1.0.4",
- "_originalSource": "PolymerElements/paper-styles"
+ "_source": "git://github.com/polymerelements/paper-styles.git",
+ "_target": "^1.0.0",
+ "_originalSource": "polymerelements/paper-styles"
}
\ No newline at end of file
diff --git a/dashboard-ui/scripts/addpluginpage.js b/dashboard-ui/scripts/addpluginpage.js
index 3307ecdd2e..eba46f10d8 100644
--- a/dashboard-ui/scripts/addpluginpage.js
+++ b/dashboard-ui/scripts/addpluginpage.js
@@ -144,7 +144,7 @@
if (pkg.richDescUrl) {
$('#pViewWebsite', page).show();
- $('#pViewWebsite a', page)[0].href = pkg.richDescUrl;
+ $('#pViewWebsite a', page).attr('href', pkg.richDescUrl);
} else {
$('#pViewWebsite', page).hide();
}
diff --git a/dashboard-ui/strings/html/server.json b/dashboard-ui/strings/html/server.json
index 4558e48d70..be8c3b1632 100644
--- a/dashboard-ui/strings/html/server.json
+++ b/dashboard-ui/strings/html/server.json
@@ -1518,7 +1518,7 @@
"LabelTranscodingThreadCountHelp": "Select the maximum number of threads to use when transcoding. Reducing the thread count will lower cpu usage but may not convert fast enough for a smooth playback experience.",
"OptionMax": "Max",
"HeaderEmbyGuide": "Emby Guide",
- "LabelSyncPath": "Sync path:",
+ "LabelSyncPath": "Synced content path:",
"OptionSyncOnlyOnWifi": "Sync only on Wifi",
- "OptionSyncLosslessAudioOriginal": "Sync lossless audio at original quality (when supported)"
+ "OptionSyncLosslessAudioOriginal": "Sync lossless audio at original quality"
}