diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:00:24 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:00:24 -0400 |
commit | 3fcc3999dacb8e92d22fa68922a0cb07141c481d (patch) | |
tree | b2b10245d5249a0f1ed9bb3bd8892f9546a2caef /usr/local/www | |
parent | 086b0a2f96fbad9113d7b289c4ef6732c941f8c3 (diff) | |
download | pfsense-3fcc3999dacb8e92d22fa68922a0cb07141c481d.zip pfsense-3fcc3999dacb8e92d22fa68922a0cb07141c481d.tar.gz |
s/fade/Fade/
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 4885495..a6958c1 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -263,7 +263,7 @@ function update_installer_status() { echo "\$('progressbar').style.width='{$progress}%';\n"; if(file_exists("/tmp/install_complete")) { echo "\$('installerrunning').innerHTML='<img class=\"infoboxnpimg\" src=\"/themes/{$g['theme']}/images/icons/icon_exclam.gif\"> <font size=\"+1\">Installation completed. Please <a href=\"reboot.php\">reboot</a> to continue';\n"; - echo "\$('pbdiv').fade();\n"; + echo "\$('pbdiv').Fade();\n"; unlink_if_exists("/tmp/installer.sh"); file_put_contents("/tmp/installer_installer_running", "finished"); } @@ -287,7 +287,7 @@ function begin_install() { $disk = installer_find_first_disk(); if(!$disk) { echo "<script type=\"text/javascript\">"; - echo "\$('pbdiv').fade();\n"; + echo "\$('pbdiv').Fade();\n"; echo "</script>"; $savemsg = gettext("Could not find a suitable disk for installation"); update_installer_status_win(gettext("Could not find a suitable disk for installation.")); |