Skip to content

Commit

Permalink
(Github Image Viewer) 🐛 Fixed loader animation source (#164)
Browse files Browse the repository at this point in the history
Closes #155
  • Loading branch information
meequrox committed Dec 16, 2022
1 parent 90e5ade commit 280c864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Github_Image_Viewer/Github_Image_Viewer.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
_floaterMeta: null,

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

Initialize: function() {
Expand Down

0 comments on commit 280c864

Please sign in to comment.