X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Finstall%2Finstall_selector.tpl;h=0561ff86639600ddc9a16db20c2f543c4bbb57fe;hp=8d7685c38273398db59fdb08dcf1180cc441458d;hb=df4166450ac4788f58931bd5d30c617432a63f9d;hpb=7052cc3bd3ca07281078acbbce6ce595d753def1 diff --git a/templates/de/html/install/install_selector.tpl b/templates/de/html/install/install_selector.tpl index 8d7685c382..0561ff8663 100644 --- a/templates/de/html/install/install_selector.tpl +++ b/templates/de/html/install/install_selector.tpl @@ -78,12 +78,15 @@ 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});