]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_selector.tpl
Installation NG continued (still not fully working)
[mailer.git] / templates / de / html / install / install_selector.tpl
index 8d7685c38273398db59fdb08dcf1180cc441458d..0561ff86639600ddc9a16db20c2f543c4bbb57fe 100644 (file)
 var scripts = new Array();
 scripts[0] = '{%url,js=js/ajax-common.js%}';
 scripts[1] = '{%url,js=js/ajax-test.js%}';
-scripts[2] = '{%url,js=js/jquery-ui.custom.js%}';
+scripts[2] = '{%jquery,js=ui%}';
 
 // Do this only when all loaders are finished
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts
        $().ready(function () {
+               // Process window
+               $("#install_process").draggable({opacity: 0.85});
+
                // Warning window
                $("#install_warning").draggable({opacity: 0.85});