diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 81ee8ceb77..180a0db9da 100644
--- a/dashboard-ui/dashboard.html
+++ b/dashboard-ui/dashboard.html
@@ -56,7 +56,7 @@
-
+
diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js
index 29b6cc3991..a1b8c5d7c6 100644
--- a/dashboard-ui/scripts/dashboardpage.js
+++ b/dashboard-ui/scripts/dashboardpage.js
@@ -479,7 +479,7 @@
Dashboard.confirm("Are you sure you wish to restart Media Browser Server?", "Restart", function (result) {
if (result) {
- $(this).button('disable');
+ $('#btnRestartServer').button('disable');
Dashboard.restartServer();
}