From 2cd700313ddea235086e8fa2c93ce9f9e40cdd40 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 21 Mar 2018 12:00:13 +0200 Subject: Remove the local jquery-1.9.1.min.js. --- js/tests/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/tests/index.html') diff --git a/js/tests/index.html b/js/tests/index.html index 4b10c2169..f48ce44eb 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -12,9 +12,9 @@ // get jquery param from the query string. var jQueryVersion = location.search.match(/[?&]jquery=(.*?)(?=&|$)/) - // If a version was specified, use that version from our vendor folder + // If a version was specified, use that version from jQuery CDN if (jQueryVersion) { - path = 'vendor/jquery-' + jQueryVersion[1] + '.min.js' + path = 'https://code.jquery.com/jquery-' + jQueryVersion[1] + '.min.js' } document.write('