diff --git a/scp/js/upgrader.js b/scp/js/upgrader.js
index 8fe378193842494d7bed4df290828e05e091a263..1631ac5cd5a7a156498f44e6f13020dae875dde2 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)
         });