diff --git a/static/js/views.js b/static/js/views.js index 21e7c3d..7f095f7 100644 --- a/static/js/views.js +++ b/static/js/views.js @@ -238,7 +238,11 @@ const InstallPackages = { if (app.metadata.is_launcher) { app.exit(); } else if (!that.failed_with_error) { - router.replace("/complete"); + if (that.is_uninstall) { + router.replace({name: 'complete', params: {uninstall: true}}); + } else { + router.replace({name: 'complete', params: {uninstall: false}}); + } } } }, undefined, results); @@ -272,13 +276,23 @@ const ErrorView = { const CompleteView = { template: `
You can find your installed applications in your start menu.
+You can find your installed applications in your start menu.
+