Skip to content

Commit

Permalink
Update sg.js
Browse files Browse the repository at this point in the history
  • Loading branch information
basteyy authored Jun 21, 2024
1 parent 93b035d commit 27b1f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sg.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ var sg = function() {
preLoad: function(c) {
sg.doLog('sg.preLoad start');
/* Das Load-Gif global setzen */
Config.LoadImg = (c.LoadImg ? c.LoadImg : 'http://cdn.34n.de/sg/load.gif');
Config.LoadImg = (c.LoadImg ? c.LoadImg : '//cdn.34n.de/sg/load.gif');

if (c.max_width_all) {
Config.max_width_all = c.max_width_all;
Expand Down Expand Up @@ -376,4 +376,4 @@ var sg = function() {
}
};
}();
sg.init();
sg.init();

0 comments on commit 27b1f98

Please sign in to comment.