We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dafdc97 + 28682fc commit 7da5489Copy full SHA for 7da5489
frontend/express/public/core/onboarding/javascripts/countly.views.js
@@ -301,7 +301,8 @@
301
}
302
303
// go home
304
- app.navigate('#/', true);
+ window.location.href = '#/home';
305
+ window.location.reload();
306
},
307
308
});
@@ -409,7 +410,8 @@
409
410
411
app.route('/not-subscribed-newsletter', 'not-subscribed-newsletter', function() {
412
if (!hasNewsLetter) {
- app.navigate("/", true);
413
414
415
416
else {
417
this.renderWhenReady(new CV.views.BackboneWrapper({
0 commit comments