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

Commit

Permalink
use delayedloadurl for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Feb 24, 2016
1 parent 55af111 commit 2e6c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/state/frameStateUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function addFrame (frames, frameOpts, newKey, partitionNumber, activeFram
searchSuggestions: true,
focused: navbarFocus,
urlbar: {
location: url,
location: frameOpts.delayedLoadUrl || url,
urlPreview: '',
suggestions: {
selectedIndex: 0,
Expand Down

2 comments on commit 2e6c8e6

@bridiver
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bbondy
Copy link
Member

@bbondy bbondy commented on 2e6c8e6 Feb 24, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.