Skip to content

Commit e29ca49

Browse files
committed
not working perfectly yet
1 parent 9fe1307 commit e29ca49

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

app/assets/javascripts/gg.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,11 @@ $(function() {
459459
}
460460

461461
if (uploadScope.allreplays.length >= uploadLimit()) {
462-
notifyAboutUploadLimit();
462+
notifyAboutUploadLimit();
463+
return false;
463464
} else if (blockForShutdown()) {
464-
notifyAboutGGGReplays();
465+
notifyAboutGGGReplays();
466+
return false;
465467
} else {
466468

467469

0 commit comments

Comments
 (0)