From 98745286f0f1c66325fcc08768f0a770f67b0fed Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 20 May 2013 11:36:51 -0400 Subject: [PATCH] disable server restart button after click --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 7e970510b0..2a4766e77f 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -238,7 +238,7 @@ var Dashboard = { showServerRestartWarning: function () { var html = 'Please restart Media Browser Server to finish updating.'; - html += ''; + html += ''; Dashboard.showFooterNotification({ id: "serverRestartWarning", html: html, forceShow: true, allowHide: false }); },