aboutsummaryrefslogtreecommitdiff
path: root/test/requests/link_checker.py
diff options
context:
space:
mode:
authorAlexander Kabui2020-12-16 14:57:37 +0300
committerGitHub2020-12-16 14:57:37 +0300
commite744352ec32809f791754fe7828c7e81813b24c7 (patch)
treeb5c6d2c6ec16007cbfafff57467bc47e94658d75 /test/requests/link_checker.py
parent66f7e4977f751e3b533ee8fcdbba3547b9e0eace (diff)
downloadgenenetwork2-e744352ec32809f791754fe7828c7e81813b24c7.tar.gz
Replace jquery libs(jquery cookie,jquery ui,jquery js) (#512)
* replace jquery-ui in templates * replace jquery-cookie library in templates * replace jquery.min.js in templates * add jquery-ui to mechanical rob * add jquery-cookie to mechanical rob * add jquery min js to mechanical rob Co-authored-by: BonfaceKilz <bonfacemunyoki@gmail.com>
Diffstat (limited to 'test/requests/link_checker.py')
-rw-r--r--test/requests/link_checker.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py
index a22c2b54..eb27d9fe 100644
--- a/test/requests/link_checker.py
+++ b/test/requests/link_checker.py
@@ -117,6 +117,9 @@ def check_packaged_js_files(args_obj, parser):
"/js/nvd3/nv.d3.min.css",
"/js/qtip2/jquery.qtip.min.js",
"/js/js_alt/md5.min.js",
+ "/js/jquery-ui/jquery-ui.min.js",
+ "/js/jquery-cookie/jquery.cookie.js",
+ "/js/jquery/jquery.min.js",
"/js/typeahead/typeahead.bundle.js",
"/js/underscore-string/underscore.string.min.js",
"/js/js_alt/jstat.min.js",