After installing the extension on Firefox -2 or 3 doesn't matter - I get the following error (in javascript console): this.matrix[A.prefs.val("server")] is undefined in diigo.urls.js
Seems to be some obscure cache issue because A.prefs.val("server") evaluates to "alpha" and matrix only has the following objects in it: "cn", "preview", and "www". Copying matrix.www to matrix.alpha solved to problem for me but... this may be something developers would like to look into.
Thanks. I think you were using early "alpha" toolbar. Please set extensions.diigotb.server to www in about:config so that the toolbar uses the correct server.
Ivan Pavlov wrote: > After installing the extension on Firefox -2 or 3 doesn't matter - I get the following error (in javascript console): this.matrix[A.prefs.val("server")] is undefined in diigo.urls.js > > Seems to be some obscure cache issue because A.prefs.val("server") evaluates to "alpha" and matrix only has the following objects in it: "cn", "preview", and "www". Copying matrix.www to matrix.alpha solved to problem for me but... this may be something developers would like to look into.
Seems to be some obscure cache issue because A.prefs.val("server") evaluates to "alpha" and matrix only has the following objects in it: "cn", "preview", and "www". Copying matrix.www to matrix.alpha solved to problem for me but... this may be something developers would like to look into.
Please set extensions.diigotb.server to www in about:config so that the toolbar uses the correct server.
Ivan Pavlov wrote:
> After installing the extension on Firefox -2 or 3 doesn't matter - I get the following error (in javascript console): this.matrix[A.prefs.val("server")] is undefined in diigo.urls.js
>
> Seems to be some obscure cache issue because A.prefs.val("server") evaluates to "alpha" and matrix only has the following objects in it: "cn", "preview", and "www". Copying matrix.www to matrix.alpha solved to problem for me but... this may be something developers would like to look into.
To Top