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:
File diff suppressed because one or more lines are too long
@@ -121,6 +121,7 @@ function loadSuggestCode()
|
||||
scriptElem.setAttribute('type', 'text/javascript');
|
||||
scriptElem.setAttribute('src', '/functions.js');
|
||||
elems[i].appendChild(scriptElem);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user