Explorar el Código

HUE-4646 [core] The initial welcome wizard redirects to the old home

Enrico Berti hace 9 años
padre
commit
65b202c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/about/src/about/templates/admin_wizard.mako

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -377,7 +377,7 @@ $(document).ready(function(){
   });
 
   $("#doneBtn").click(function () {
-    location.href = "${ url('desktop.views.home') }";
+    location.href = "${ url('desktop.views.home2') }";
   });
 
   $(".updatePreferences").click(function () {