Topic: Bugs in TableUpdater.inc.php
* Line 115:
echo "\n<script type='text/javascript' src='" . $this->sJavascriptURI . "tableUpdater.js' " . $this->sDefer . "charset='UTF-8'>\n";
Alter to:
echo "\n<script type='text/javascript' src='" . $this->sJavascriptURI . "tableUpdater.js' " . $this->sDefer . "charset='UTF-8'></script>\n";
Another problem seem to be, that the script does not react to the:
$xajax->configure('inlineScript', false);
Or any combination ... Resulting in the $this->bInlineScript always being true ( line 68 ). And you get a nice piece off javascript in your main file ![]()
Only solution is to edit the file, and set the variable to false directly...