Added language strings to the ajax table headers of subforms. Adapted the export of JCB packages to also include the new tables.

This commit is contained in:
2017-10-28 05:25:33 +02:00
parent 9f7ee83646
commit 2bab5e2721
322 changed files with 600 additions and 446 deletions

View File

@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version @update number 84 of this MVC
@build 13th October, 2017
@version @update number 86 of this MVC
@build 27th October, 2017
@created 11th October, 2016
@package Component Builder
@subpackage custom_code.js
@ -317,7 +317,7 @@ function usedin(functioName, ide) {
jQuery('#note-usedin-not').hide();
jQuery('#note-usedin-found').hide();
jQuery('#loading-usedin').show();
var targets = ['a','b','c','d','e','f','g','h'];
var targets = ['a','b','c','d','e','f','g','h','i'];
var run = 0;
var usedinChecker = setInterval(function(){
var target = targets[run];