Skip to content

Commit

Permalink
Redirect page when sync is done
Browse files Browse the repository at this point in the history
Was a debugging aid, accidentally left in
  • Loading branch information
yuvipanda committed Jun 21, 2022
1 parent 145b44a commit 924cc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgitpuller/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gs.addHandler('finished', function() {
progressTimers.forEach(function(timer) { clearInterval(timer); });
gsv.setProgressValue(100);
gsv.setProgressText('Sync finished, redirecting...');
// window.location.href = gs.redirectUrl;
window.location.href = gs.redirectUrl;
});
gs.addHandler('error', function(data) {
progressTimers.forEach(function(timer) { clearInterval(timer); });
Expand Down

0 comments on commit 924cc49

Please sign in to comment.