Skip to content

Commit fcd87e7

Browse files
committed
yell about gggreplays
1 parent 85d3e26 commit fcd87e7

File tree

1 file changed

+2
-2
lines changed
  • app/assets/javascripts

1 file changed

+2
-2
lines changed

app/assets/javascripts/gg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,9 @@ notifyAboutUploadLimit = _.once(function() {
405405
alert(apology + accountDescrip + " accounts are limited to " + uploadLimit() + " replay" + plural + " per upload. You can upload more any time you want.");
406406
});
407407

408-
notifyAboutGGGReplays = _.once(function() {
408+
notifyAboutGGGReplays = function() {
409409
alert("Hi, GGTracker is shutting down but you can upload your replays to GGGReplays.com (a GGTracker clone; note three Gs in the name), or to SC2ReplayStats.com or Drop.sc.");
410-
});
410+
};
411411

412412
$(function() {
413413

0 commit comments

Comments
 (0)