summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
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