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

Catch NS_ERROR_FAILURE error in Firefox

Thibaut Courouble 10 жил өмнө
parent
commit
7781791964

+ 1 - 1
assets/javascripts/lib/page.coffee

@@ -90,7 +90,7 @@ class Context
     return
 
   replaceState: ->
-    history.replaceState @state, '', @path
+    try history.replaceState @state, '', @path # NS_ERROR_FAILURE in Firefox
     return
 
 class Route