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 }); },