diff options
Diffstat (limited to 'library/WT/Stats.php')
| -rw-r--r-- | library/WT/Stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Stats.php b/library/WT/Stats.php index ea931387e8..e6124b65d6 100644 --- a/library/WT/Stats.php +++ b/library/WT/Stats.php @@ -5070,7 +5070,7 @@ class WT_Stats { global $controller; $table_id = Uuid::uuid4(); // lists requires a unique ID in case there are multiple lists per page $controller - ->addExternalJavascript(WT_JQUERY_DATATABLES_URL) + ->addExternalJavascript(WT_JQUERY_DATATABLES_JS_URL) ->addInlineJavascript(' jQuery("#' . $table_id . '").dataTable({ dom: \'t\', |
