On Thu, Mar 17, 2011 at 06:33:33PM +0000, Johnny wrote:
> I found this great javascript snippet to download files based on
> extensions and doing some filename washing (section 6):
> 
> http://conkeror.org/Tips
> 
> However, in order to make it work, I had to change 
> var file = cwd.clone();
> to:
> var file = make_file(cwd);
> 
> I don't know javascript really and just got lucky to get it working,
> however it would be great with an explanation of what the intent of the
> original code was, why it wasn't working for me and if the change I did
> has any issues? That is, would it be better to get the clone() working,
> or is this just fine?
> 


A probable reason why the tip would not work is if you were running a
version of Conkeror older than approximately the middle of 2009.  Is that
the case?

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to