Skip to content

Commit f4555f4

Browse files
committed
Test: Load the TestSwarm listener via HTTPS
(cherry picked from commit e17263d)
1 parent 979dd3f commit f4555f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/data/swarminject.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
if(!url||url.indexOf("http")!==0){
66
return;
77
}
8-
document.write("<scr"+"ipt src='http://swarm.jquery.org/js/inject.js?"+(newDate).getTime()+"'></scr"+"ipt>");
8+
document.write("<scr"+"ipt src='https://swarm.jquery.org/js/inject.js?"+(newDate).getTime()+"'></scr"+"ipt>");
99
})();

0 commit comments

Comments
(0)