diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/requests/link_checker.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py index 7f3520eb..7c98d5de 100644 --- a/test/requests/link_checker.py +++ b/test/requests/link_checker.py @@ -133,6 +133,8 @@ def check_packaged_js_files(args_obj, parser): "/js/cytoscape-panzoom/cytoscape.js-panzoom.css", "/js/cytoscape-qtip/cytoscape-qtip.js", "/css/d3-tip/d3-tip.css", + "/js/DataTables/images/sort_asc_disabled.png", + "/js/DataTables/images/sort_desc_disabled.png" ] print("Checking links") |