Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 02482f2

Browse files
committed
Merge pull request #222 from benjamingr/patch-2
Fix broken link in chrome
2 parents 6ce0575 + 639f74f commit 02482f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookmarklet-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(function(){var a=document.createElement("script");a.src="https://raw.github.com/Zirak/SO-ChatBot/master/master.js";a.onload=function(){bot.activateDevMode();};document.head.appendChild(a)})();
1+
(function(){var a=document.createElement("script");a.src="https://rawgithub.com/Zirak/SO-ChatBot/master/master.js";a.onload=function(){bot.activateDevMode();};document.head.appendChild(a)})();

0 commit comments

Comments
 (0)