Skip to content

Commit

Permalink
add updateBrowserURL to embedded config
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 27, 2018
1 parent ea64be2 commit 1895a8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/site/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ Example code for this:
"show_nav": false,
"show_tracklist": false,
"show_overview": false,
"update_browser_title": false
"update_browser_title": false,
"updateBrowserURL": false
'
>
<div id="LoadingScreen" style="padding: 50px;">
Expand All @@ -114,7 +115,8 @@ which looks like this when run
"show_nav": false,
"show_tracklist": false,
"show_overview": false,
"update_browser_title": false
"update_browser_title": false,
"updateBrowserURL": false
'
style="height: 300px;width: 600px;padding: 0;margin-left: 5em;border: 1px solid #ccc"
>
Expand Down

0 comments on commit 1895a8e

Please sign in to comment.