1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

break out of the loop in case we found where to insert the JS, and add the new DOM based suggesstion code

This commit is contained in:
Gabor Hojtsy
2005-01-10 12:57:26 +00:00
parent b324375157
commit 160e5b22fa
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -121,6 +121,7 @@ function loadSuggestCode()
scriptElem.setAttribute('type', 'text/javascript');
scriptElem.setAttribute('src', '/functions.js');
elems[i].appendChild(scriptElem);
break;
}
}
}