Page 1 of 1

[Resolved] Error: patch is not defined

Posted: Wed Aug 27, 2014 2:26 am
by therube
Error: patch is not defined

Could that be breaking my bookmarklet, causing the bookmarklet to, well, do nothing - sometimes?

Code: Select all

Error: patch is not defined
Source File: jar:file:///C:/Mozilla/therube/extensions/%7B73a6fe31-595d-460b-a920-fcc0f8843232%7D.xpi!/components/noscriptService.js
Line: 4399
4399:

Code: Select all

        method.caller.apply(self, patch.caller.arguments);
Everything Search bookmarklet:

Code: Select all

javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Registry%20entry%20to%20find:',''))}if(Qr)location.href='es:'+(Qr);void(0)

If it is a NoScript related issue, thinking its been around since 2.6.8.38.

sometimes?
I've seen it "sometimes" as in once it works & the next time it doesn't.
And I've seen it where I can't seem to get it to work at all?
So not sure what specific steps might lead to failure?

Re: Error: patch is not defined

Posted: Wed Aug 27, 2014 6:30 am
by Giorgio Maone
Please check latest development build 2.6.8.39rc2, thank you!

Re: Error: patch is not defined

Posted: Wed Aug 27, 2014 1:56 pm
by therube
Looks like its got it, thanks :-).