Pārlūkot izejas kodu

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

Enrico Berti 8 gadi atpakaļ
vecāks
revīzija
f7faa756e5
1 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 1 3
      desktop/core/src/desktop/templates/hue.mako

+ 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) {