From c32c6b163f64093200618bc70a1a821983b7bc88 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 7 May 2016 15:41:10 -0400 Subject: [PATCH] update components --- dashboard-ui/scripts/sync.js | 4 ++-- dashboard-ui/shared.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dashboard-ui/scripts/sync.js b/dashboard-ui/scripts/sync.js index 57918e4d02..cb8160a4a8 100644 --- a/dashboard-ui/scripts/sync.js +++ b/dashboard-ui/scripts/sync.js @@ -1,4 +1,4 @@ -define(['apphost', 'jQuery'], function (appHost, $) { +define(['apphost', 'jQuery', 'paper-icon-button-light'], function (appHost, $) { var currentDialogOptions; @@ -250,7 +250,7 @@ var html = ''; html += '
'; - html += ''; + html += ''; html += '
'; html += Globalize.translate('SyncMedia'); html += '
'; diff --git a/dashboard-ui/shared.html b/dashboard-ui/shared.html index d1e8ad5e8f..6bcab7625c 100644 --- a/dashboard-ui/shared.html +++ b/dashboard-ui/shared.html @@ -116,7 +116,6 @@