Skip to content

Commit

Permalink
Merge pull request #93 from CodeforcesContestHelper/dev
Browse files Browse the repository at this point in the history
Bug fix: watch submission
  • Loading branch information
tiger2005 committed Jul 3, 2023
2 parents 7cf006e + 90c7af5 commit 37c40e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/problem-watcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function addWatcher(id, idx, gc) {
function fadeIn() {
if (IN) return;
IN = true;
$(".watchDisplayer").append(p);
$("#watchDisplayer").append(p);
setTimeout(function() {
p.attr("style", "");
}, 100);
Expand Down

0 comments on commit 37c40e9

Please sign in to comment.