walktalkchalk / TabStache

A chrome extension for saving and recalling tabs in a stash
GNU General Public License v2.0
2 stars 10 forks source link

TabStache don't create TabStache_base folder #14

Closed godric3 closed 6 years ago

godric3 commented 7 years ago

I wanted to check if I can help with issue #4 (yes, Hacktoberfest :) ). So, first I wanted to check how it works, but when I tried to create new stache, it didn't worked(only created new tab). Quick check at console shows that at start it throw error:

Error in response to bookmarks.getTree: ReferenceError: otherBookmarksID is not defined
    at chrome.bookmarks.getTree [as callback] (chrome-extension://cbpangmphioghangmilmccnjcgahlcdc/popup.js:13:28)
    at chrome.bookmarks.search [as callback] (chrome-extension://cbpangmphioghangmilmccnjcgahlcdc/popup.js:12:24)

It looks like it won't work if there is no TabStache_base folder in bookmarks. I will make PR with quick fix.