Skip to content

Commit 924cc49

Browse files
committed
Redirect page when sync is done
Was a debugging aid, accidentally left in
1 parent 145b44a commit 924cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbgitpuller/static/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gs.addHandler('finished', function() {
3737
progressTimers.forEach(function(timer) { clearInterval(timer); });
3838
gsv.setProgressValue(100);
3939
gsv.setProgressText('Sync finished, redirecting...');
40-
// window.location.href = gs.redirectUrl;
40+
window.location.href = gs.redirectUrl;
4141
});
4242
gs.addHandler('error', function(data) {
4343
progressTimers.forEach(function(timer) { clearInterval(timer); });

0 commit comments

Comments
 (0)