diff --git a/dashboard-ui/apiclient/connectionmanager.js b/dashboard-ui/apiclient/connectionmanager.js
index b48bc6ef92..a10c4ad1c7 100644
--- a/dashboard-ui/apiclient/connectionmanager.js
+++ b/dashboard-ui/apiclient/connectionmanager.js
@@ -1273,7 +1273,7 @@
"X-Application": appName + "/" + appVersion
}
- }).done(onDone);
+ }).always(onDone);
} else {
diff --git a/dashboard-ui/bower_components/font-roboto/.bower.json b/dashboard-ui/bower_components/font-roboto/.bower.json
index 432744c592..eafbb18866 100644
--- a/dashboard-ui/bower_components/font-roboto/.bower.json
+++ b/dashboard-ui/bower_components/font-roboto/.bower.json
@@ -1,6 +1,6 @@
{
"name": "font-roboto",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "An HTML import for Roboto",
"authors": [
"The Polymer Authors"
@@ -19,13 +19,13 @@
"ignore": [
"/.*"
],
- "_release": "1.0.0",
+ "_release": "1.0.1",
"_resolution": {
"type": "version",
- "tag": "1.0.0",
- "commit": "b85b217e5f4b31f9c03b588e25c977b8104a40cd"
+ "tag": "v1.0.1",
+ "commit": "21ce9b51a417fa9995cf6606e886aba0728f70a1"
},
"_source": "git://github.com/PolymerElements/font-roboto.git",
- "_target": "^1.0.0",
+ "_target": "^1.0.1",
"_originalSource": "PolymerElements/font-roboto"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/font-roboto/bower.json b/dashboard-ui/bower_components/font-roboto/bower.json
index 0962916bea..977cf2d4ed 100644
--- a/dashboard-ui/bower_components/font-roboto/bower.json
+++ b/dashboard-ui/bower_components/font-roboto/bower.json
@@ -1,6 +1,6 @@
{
"name": "font-roboto",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "An HTML import for Roboto",
"authors": [
"The Polymer Authors"
diff --git a/dashboard-ui/bower_components/font-roboto/roboto.html b/dashboard-ui/bower_components/font-roboto/roboto.html
index 019c972721..7a24999fff 100644
--- a/dashboard-ui/bower_components/font-roboto/roboto.html
+++ b/dashboard-ui/bower_components/font-roboto/roboto.html
@@ -7,4 +7,5 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
-
+
+
diff --git a/dashboard-ui/bower_components/iron-menu-behavior/.bower.json b/dashboard-ui/bower_components/iron-menu-behavior/.bower.json
index 7ca24d4128..052cd1c2bb 100644
--- a/dashboard-ui/bower_components/iron-menu-behavior/.bower.json
+++ b/dashboard-ui/bower_components/iron-menu-behavior/.bower.json
@@ -35,7 +35,7 @@
"tag": "v1.0.1",
"commit": "3809f0eb7461c8ca63640aaa238775b3a25aa578"
},
- "_source": "git://github.com/PolymerElements/iron-menu-behavior.git",
+ "_source": "git://github.com/polymerelements/iron-menu-behavior.git",
"_target": "^1.0.0",
- "_originalSource": "PolymerElements/iron-menu-behavior"
+ "_originalSource": "polymerelements/iron-menu-behavior"
}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/jquery/.bower.json b/dashboard-ui/bower_components/jquery/.bower.json
index de04971f22..1b4ae6f0ad 100644
--- a/dashboard-ui/bower_components/jquery/.bower.json
+++ b/dashboard-ui/bower_components/jquery/.bower.json
@@ -33,6 +33,6 @@
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
},
"_source": "git://github.com/jquery/jquery.git",
- "_target": "*",
+ "_target": ">=1.9.1",
"_originalSource": "jquery"
}
\ 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 4845f21e92..05c9c40788 100644
--- a/dashboard-ui/bower_components/paper-styles/.bower.json
+++ b/dashboard-ui/bower_components/paper-styles/.bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-styles",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Common (global) styles for Material Design elements.",
"authors": [
"The Polymer Authors"
@@ -22,17 +22,17 @@
],
"dependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "font-roboto": "PolymerElements/font-roboto#^1.0.0",
+ "font-roboto": "PolymerElements/font-roboto#^1.0.1",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
- "_release": "1.0.8",
+ "_release": "1.0.9",
"_resolution": {
"type": "version",
- "tag": "v1.0.8",
- "commit": "741d688f260e29399dec1403acf2853001f94863"
+ "tag": "v1.0.9",
+ "commit": "cb73f4d677c1bb64342263956a0592a2936922d2"
},
"_source": "git://github.com/PolymerElements/paper-styles.git",
"_target": "^1.0.0",
diff --git a/dashboard-ui/bower_components/paper-styles/bower.json b/dashboard-ui/bower_components/paper-styles/bower.json
index 238449b57b..536eafef15 100644
--- a/dashboard-ui/bower_components/paper-styles/bower.json
+++ b/dashboard-ui/bower_components/paper-styles/bower.json
@@ -1,6 +1,6 @@
{
"name": "paper-styles",
- "version": "1.0.8",
+ "version": "1.0.9",
"description": "Common (global) styles for Material Design elements.",
"authors": [
"The Polymer Authors"
@@ -22,7 +22,7 @@
],
"dependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
- "font-roboto": "PolymerElements/font-roboto#^1.0.0",
+ "font-roboto": "PolymerElements/font-roboto#^1.0.1",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
diff --git a/dashboard-ui/bower_components/paper-styles/classes/typography.html b/dashboard-ui/bower_components/paper-styles/classes/typography.html
index 5514abb9d7..9a73e3df27 100644
--- a/dashboard-ui/bower_components/paper-styles/classes/typography.html
+++ b/dashboard-ui/bower_components/paper-styles/classes/typography.html
@@ -7,9 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
-
-
-
+