Merge branch 'ent-11929-16108-paginas-con-bola-de-carga-no-terminan-de-cargar-773' into 'develop'

Ent 11929 16108 paginas con bola de carga no terminan de cargar 773

See merge request artica/pandorafms!6352
This commit is contained in:
Rafael Ameijeiras 2023-08-25 05:56:43 +00:00
commit f34dd7a222
1 changed files with 2 additions and 2 deletions

View File

@ -4166,9 +4166,9 @@ function ui_print_datatable(array $parameters)
// * START JAVASCRIPT. // * START JAVASCRIPT.
if (is_metaconsole() === false) { if (is_metaconsole() === false) {
$file_path = ui_get_full_url('include/javascript/datatablesFunction.js'); $file_path = 'include/javascript/datatablesFunction.js';
} else { } else {
$file_path = ui_get_full_url('../../include/javascript/datatablesFunction.js'); $file_path = '../../include/javascript/datatablesFunction.js';
} }
$file_content = file_get_contents($file_path); $file_content = file_get_contents($file_path);