Kaynağa Gözat

Fixed history on Lungo.Router

piniphone 13 yıl önce
ebeveyn
işleme
2a828bbb5d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/modules/Lungo.Router.coffee

+ 1 - 1
src/modules/Lungo.Router.coffee

@@ -55,7 +55,7 @@ Lungo.Router = do(lng = Lungo) ->
       if target.hasClass("aside") then lng.Aside.toggle()
 
     lng.Section.show current, target
-    do _url if Lungo.Config.history?
+    do _url if Lungo.Config.history
     do _updateNavigationElements