Skip to content

Commit

Permalink
Bookmarks Menu removed
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Feb 13, 2021
1 parent 3e9d138 commit 3813e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,15 +365,15 @@ <h3>Change settings and choose your ponies</h3>

<div id="n_advanced">

<h3>Bookmarks Menu</h3>
<!--<h3>Bookmarks Menu</h3>
<p>
If you'd like you can download a bookmarks file with links to add a certain pony and the controls from the top of this page. Just right click-save this link and import the resulting file in your browser (only tested in Chrome and Firefox):
</p>
<p id="bookmarkswrapper">
<a class="button" href="javascript:void(0)" id="bookmarks">Bookmarks Menu</a>
</p>
</p>-->

<h3>Feedback</h3>

Expand Down
2 changes: 1 addition & 1 deletion js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function updateConfig() {

if (changed) {
config.baseurl = baseurl;
$('bookmarks').href = dataUrl('text/html', bookmarksMenu(config));
//$('bookmarks').href = dataUrl('text/html', bookmarksMenu(config));
oldConfig = config;
}
}
Expand Down

0 comments on commit 3813e8c

Please sign in to comment.