From eec022151ce660d88e9f9075547a9563a82151e9 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Mon, 17 Dec 2012 13:26:10 -0500 Subject: [PATCH] Change loading ID tag to upgrading --- scp/js/upgrader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scp/js/upgrader.js b/scp/js/upgrader.js index 8fe378193..1631ac5cd 100644 --- a/scp/js/upgrader.js +++ b/scp/js/upgrader.js @@ -8,7 +8,7 @@ jQuery(function($) { height : $(window).height() }); - $("#loading").css({ + $("#upgrading").css({ top : ($(window).height() / 3), left : ($(window).width() / 2 - 160) }); -- GitLab