We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145b44a commit 924cc49Copy full SHA for 924cc49
nbgitpuller/static/js/index.js
@@ -37,7 +37,7 @@ gs.addHandler('finished', function() {
37
progressTimers.forEach(function(timer) { clearInterval(timer); });
38
gsv.setProgressValue(100);
39
gsv.setProgressText('Sync finished, redirecting...');
40
- // window.location.href = gs.redirectUrl;
+ window.location.href = gs.redirectUrl;
41
});
42
gs.addHandler('error', function(data) {
43
0 commit comments