]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/install/install_selector.tpl
Mailer project rwritten:
[mailer.git] / templates / de / html / install / install_selector.tpl
index 0561ff86639600ddc9a16db20c2f543c4bbb57fe..c5987ce3346ac030cdaca429233b5f447b6380df 100644 (file)
@@ -71,7 +71,7 @@
 </div>
 </div>
 
-<script type="text/javascript" src="{%url=js/ajax-loader.js%}"></script>
+<script type="text/javascript" src="{%url=js/ajax-loader.js?dummy=1%}{%ext,version=sql_patches%}"></script>
 <script type="text/javascript">
 <!--
 // These scripts shall be loaded
@@ -80,12 +80,12 @@ scripts[0] = '{%url,js=js/ajax-common.js%}';
 scripts[1] = '{%url,js=js/ajax-test.js%}';
 scripts[2] = '{%jquery,js=ui%}';
 
-// Do this only when all loaders are finished
+// Load all scripts
 if (loadScripts(scripts) == true) {
        // Wait for loadScripts() finishing loading all scripts
        $().ready(function () {
                // Process window
-               $("#install_process").draggable({opacity: 0.85});
+               $("#install_progress").draggable({opacity: 0.85});
 
                // Warning window
                $("#install_warning").draggable({opacity: 0.85});