diff --git a/js/tests/index.html b/js/tests/index.html
index 4b10c21691..f48ce44eb9 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('