summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-14 11:25:54 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-14 11:25:54 -0500
commit52f2aecefd3d2974dc842e0ba8e978f979920cd2 (patch)
tree85f068591104b880fa98c1aeb9b832c2ab55ef17 /src/usr/local/www/pkg_mgr_install.php
parent5bcbf385d5f02387a827827308ef5f64eabf5962 (diff)
downloadpfsense-52f2aecefd3d2974dc842e0ba8e978f979920cd2.zip
pfsense-52f2aecefd3d2974dc842e0ba8e978f979920cd2.tar.gz
Ajax fix
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index ecad658..3edd21e 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -600,7 +600,7 @@ function getLogsStatus() {
show_success();
repeat = false;
if (json.reboot_needed == "yes") {
- $('#reboot_needed).val("yes");
+ $('#reboot_needed').val("yes");
}
$('form').submit();
OpenPOWER on IntegriCloud