summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-06 02:46:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-06 02:46:41 +0000
commitffdb75216e1b519d00e062bae7f3bb1a23571713 (patch)
tree4f041f0143786f9ffea2efaf1a4e4e3bc9162f84 /usr/local
parentac95b982df2427f3f14ffb2ff9cce18b39a34d67 (diff)
downloadpfsense-ffdb75216e1b519d00e062bae7f3bb1a23571713.zip
pfsense-ffdb75216e1b519d00e062bae7f3bb1a23571713.tar.gz
Make the iframe used to work around ie's select habits 5 pixels larger.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/auto_complete_helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/auto_complete_helper.js b/usr/local/www/auto_complete_helper.js
index 02019a6..355897c 100755
--- a/usr/local/www/auto_complete_helper.js
+++ b/usr/local/www/auto_complete_helper.js
@@ -148,7 +148,7 @@ function actb_generate(){
if (actb_pos <= 0) actb_pos = 1;
if(navigator.appName == "Microsoft Internet Explorer") {
frame.width=width;
- frame.height=height;
+ frame.height=height + 5;
}
}
function curTop(){
OpenPOWER on IntegriCloud