mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-16 00:19:50 -05:00
Fix #1602
This commit is contained in:
parent
c0c436189f
commit
7596b887fd
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ handleNormalUrls = ->
|
|||
# Remove leading slashes and hash bangs (backward compatablility)
|
||||
url = href.replace(/^\//,'').replace('\#\!\/','')
|
||||
|
||||
$('.popover').popover 'hide'
|
||||
|
||||
# Instruct Backbone to trigger routing events
|
||||
app.router.navigate url, { trigger: true }
|
||||
|
||||
|
|
Loading…
Reference in a new issue