Private GIT

Skip to content
Snippets Groups Projects
Commit 38053fb5 authored by Fernando's avatar Fernando
Browse files

Merge pull request #2509 from OmgImAlexis/hide-updatediv-on-restart

Hide upgrade div on restart
parents 9fca177d 833a2863
Branches
Tags
No related merge requests found
......@@ -25,6 +25,13 @@ sbDefaultPage = "${sbDefaultPage}";
<script type="text/javascript" src="${sbRoot}/js/lib/jquery-1.11.2.min.js?${sbPID}"></script>
<script type="text/javascript" src="${sbRoot}/js/restart.js?${sbPID}&amp;${sbDefaultPage}"></script>
</%block>
<%block name="css">
<style>
.upgrade-notification {
display: none;
}
</style>
</%block>
<%block name="content">
<%
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment