summaryrefslogtreecommitdiffstats
path: root/usr/local/www/auto_complete_helper.js
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-10-19 22:00:53 +0000
committerBill Marquette <billm@pfsense.org>2007-10-19 22:00:53 +0000
commit9c0e0953880ccc58c6926ead5024b60424542dcb (patch)
tree9bb3a379c31d03e2479e7cbabd07f33c2005b05d /usr/local/www/auto_complete_helper.js
parent685d9803d9dfd4ea3a0e08bd93d0f81c9d0a9805 (diff)
downloadpfsense-9c0e0953880ccc58c6926ead5024b60424542dcb.zip
pfsense-9c0e0953880ccc58c6926ead5024b60424542dcb.tar.gz
lint
Diffstat (limited to 'usr/local/www/auto_complete_helper.js')
-rwxr-xr-xusr/local/www/auto_complete_helper.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/auto_complete_helper.js b/usr/local/www/auto_complete_helper.js
index 298bb4a..943eaea 100755
--- a/usr/local/www/auto_complete_helper.js
+++ b/usr/local/www/auto_complete_helper.js
@@ -45,7 +45,7 @@ function actb_parse(n){
for (i=0;i<p;i++){
tobuild += n.substr(i,1);
}
- tobuild += ""
+ tobuild += "";
for (i=p;i<t.length+p;i++){
tobuild += n.substr(i,1);
}
@@ -247,7 +247,7 @@ function actb_remake() {
width = c.width;
}
if(navigator.appName == "Microsoft Internet Explorer") {
- frame.width=width
+ frame.width=width;
frame.height=height;
}
}
@@ -333,7 +333,7 @@ function actb_tocomplete(sndr,evt,arr){
}
}
actb_pre = word;//actb_pos;
- }else{ actb_pre = -1};
+ }else{ actb_pre = -1; }
if (!sndr) sndr = evt.srcElement;
actb_curr = sndr;
OpenPOWER on IntegriCloud