summaryrefslogtreecommitdiffstats
path: root/usr/local/www/fend.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-06-11 10:17:15 -0400
committerjim-p <jimp@pfsense.org>2012-06-11 10:17:15 -0400
commit79f286ab68403c8cf7d5fd2d758e1e81798e7e64 (patch)
tree63b462165e9604567b3d400ad944e556df905557 /usr/local/www/fend.inc
parent8b2e2f12e6fd7b21d543c47d4f8aa13077b4e8aa (diff)
downloadpfsense-79f286ab68403c8cf7d5fd2d758e1e81798e7e64.zip
pfsense-79f286ab68403c8cf7d5fd2d758e1e81798e7e64.tar.gz
Switch this back to attr, some older browsers have problems with prop, and attr still works for this.
Diffstat (limited to 'usr/local/www/fend.inc')
-rwxr-xr-xusr/local/www/fend.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/fend.inc b/usr/local/www/fend.inc
index 882aca7..e655c71 100755
--- a/usr/local/www/fend.inc
+++ b/usr/local/www/fend.inc
@@ -19,7 +19,7 @@
if (basename($_SERVER["SCRIPT_FILENAME"] != "index.php")): ?>
<script type="text/javascript">
(function ($) {
- $("input").prop("autocomplete","off");
+ $("input").attr("autocomplete","off");
})(jQuery);
</script>
<?php endif; ?>
OpenPOWER on IntegriCloud