diff --git a/index.html b/index.html index 1cd8955c..c7cb5ee6 100644 --- a/index.html +++ b/index.html @@ -365,7 +365,7 @@

Change settings and choose your ponies

-

Bookmarks Menu

+

Feedback

diff --git a/js/gui.js b/js/gui.js index 7b48c870..7c8a8c03 100644 --- a/js/gui.js +++ b/js/gui.js @@ -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; } }