mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
commit
f34dd7a222
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user