Эх сурвалжийг харах

HUE-6077 [frontend] Fix history support for Hue 4

Enrico Berti 8 жил өмнө
parent
commit
f7faa75

+ 1 - 3
desktop/core/src/desktop/templates/hue.mako

@@ -876,9 +876,7 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
             console.error('Route not found', ctx);
             self.loadApp('404');
           });
-          page({
-            popstate: false
-          });
+          page();
         });
 
         huePubSub.subscribe('open.link', function (href) {