diff --git a/web/javascript/common.js b/web/javascript/common.js index 44a2ba2f5..b4d147902 100644 --- a/web/javascript/common.js +++ b/web/javascript/common.js @@ -42,12 +42,6 @@ $(document).ready(function() { }; } - // Initialise the dialog controller - dialog = new Dialog(); - - // Initialise the main Transmission controller - transmission = new Transmission(); - // IE specific fixes here if ($.browser.msie) { try { @@ -76,6 +70,12 @@ $(document).ready(function() { // and this kills the border we used to have $('.trans_menu div.outerbox').css('border', 'none'); } + + // Initialise the dialog controller + dialog = new Dialog(); + + // Initialise the main Transmission controller + transmission = new Transmission(); }); /**