ソースを参照

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