Skip to content

Commit 280c864

Browse files
authored
(Github Image Viewer) 🐛 Fixed loader animation source (#164)
Closes #155
1 parent 90e5ade commit 280c864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github_Image_Viewer/Github_Image_Viewer.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
_floaterMeta: null,
4848

4949
_imageUrl: null,
50-
_loaderSrc: "https://assets-cdn.github.com/images/spinners/octocat-spinner-32.gif",
50+
_loaderSrc: "https://github.githubassets.com/images/spinners/octocat-spinner-32.gif",
5151
_imageRegex: /.+(\.jpe?g|\.png|\.gif|\.bmp|\.ico|\.tiff?)$/i,
5252

5353
Initialize: function() {

0 commit comments

Comments
 (0)