mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 13:50:07 -04:00
parent
3819778bee
commit
cb5ae5f2f6
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ module.exports = class RootView extends CocoView
|
|||
# force the browser to scroll to the hash
|
||||
# also messes with the browser history, so perhaps come up with a better solution
|
||||
super()
|
||||
hash = location.hash
|
||||
location.hash = ''
|
||||
location.hash = hash
|
||||
#hash = location.hash
|
||||
#location.hash = ''
|
||||
#location.hash = hash
|
||||
@renderScrollbar()
|
||||
#@$('.antiscroll-wrap').antiscroll() # not yet, buggy
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue