Revert scroll change in demo

This commit is contained in:
Dan Holmsand 2014-02-22 08:37:30 +01:00
parent 148e5b4bb0
commit 18f8ae9d35
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
(.preventDefault e)
(reset! page href)
(reagent/next-tick
#(set! (.-scrollTop (.-documentElement js/document))
#(set! (.-scrollTop (.-body js/document))
0)))
identity))
child]))