Javascript updates, bug fix in Form class

- Update JS files and remove some not needed code
- Bug fix in Form where the sub element list was not correctly processed
because the DB insert vars got reset on each loop run
- Add return success/failure variable to the ln10 reload
This commit is contained in:
Clemens Schwaighofer
2019-05-17 15:31:59 +09:00
parent b5290971c1
commit d47f525480
6 changed files with 21 additions and 31 deletions

View File

@@ -10,7 +10,7 @@
//------------------------------ variable init start
// for dev test we set full error reporting; writes everything, except E_ERROR into logs/php_error-<day>.log
if ($DEBUG_ALL && $ENABLE_ERROR_HANDLING) {
include(BASE.LIBS."Error.Handling.inc");
include BASE.LIBS."Error.Handling.inc";
}
// predefine vars
$lang = '';