Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Fix preferences page when navigated without #hash
Browse files Browse the repository at this point in the history
fix #152
  • Loading branch information
futpib committed Jan 17, 2015
1 parent ef0b834 commit 009f7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrome/content/preferences/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ onLoad = ->
SubpageLink::select link
iframe.contentDocument.location.replace link.href
return
defaultLink = '#default-subpref-link'
defaultLink = $ '#default-subpref-link'
SubpageLink::select defaultLink
iframe.contentDocument.location.replace defaultLink.href

Expand Down

0 comments on commit 009f7f8

Please sign in to comment.