mozilla / f1

INACTIVE - http://mzl.la/ghe-archive - F1 is a browser extension that allows you to share links in a fast and fun way. Share links from within the browser, from any webpage, using the same services you already know and love. F1 is made by Mozilla.

Home Page:http://f1.mozillamessaging.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dump error: installFFShareIntoWindow Reference Error

clarkbw opened this issue · comments

I'm seeing this error dumped to console on startup.

load error ReferenceError: installFFShareIntoWindow is not defined

Looks like it's referencing this line: https://github.com/mozilla/f1/blob/develop/extensions/firefox-share/src/bootstrap.js#L49

Well, the function is defined here: https://github.com/mozilla/f1/blob/develop/extensions/firefox-share/src/modules/main.js#L49

Maybe you have some caching going on?

I double checked the caching but if no one else is seeing this then it must just be me.

all the code is moved into modules. if you're using the filepath method of installing the addon, you may have to enable/disable the addon, or worse, try to delete extensions.* files in the profile and restart to get modifications of the modules to load.

ok, uninstalled and reinstalled - things seems to work correctly now.