Преглед изворни кода

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

Enrico Berti пре 8 година
родитељ
комит
f7faa756e5
1 измењених фајлова са 1 додато и 3 уклоњено
  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) {