diff --git a/dashboard-ui/dashboard.html b/dashboard-ui/dashboard.html
index 81ee8ceb7..180a0db9d 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 29b6cc399..a1b8c5d7c 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();
}