Continued with cleanups:

- removed some empty lines at bottom of files
- added new-line character at end of file (as this else may confuse some old
  editors)
- moved JavaScript files out of "include" into own "js"
- if you set <basename>, you don't need full URLs in linked JavaScript files
  and CSS files

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-01 20:19:12 +01:00
commit 12e4bff880
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
24 changed files with 18 additions and 41 deletions

View file

@ -191,4 +191,3 @@ function pop_scrape_target(&$array, $name) {
unset($array[$at]);
return count($array);
}}