From e34349cf96723246bb1c31154800148b040740ae Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 9 Oct 2014 05:40:59 +0200 Subject: [PATCH] test: Use https:// instead of protocol-relative urls Protocol-relative urls don't work when using the file from the file system directly in a browser (they require the file being served from a http web server). This is why the Grunt run has been broken since 426ccf0131, as can be seen on https://travis-ci.org/wikimedia/jquery.uls/builds. --- test/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/index.html b/test/index.html index fdeadac..23b4f00 100644 --- a/test/index.html +++ b/test/index.html @@ -5,7 +5,7 @@ jQuery ULS Test Suite - + @@ -16,8 +16,8 @@ - - + +