From 4ffa39177deab3403faa8a187c668b722b50edfb Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 7 Feb 2013 18:16:37 +0000 Subject: fix docuemnt/window location to correctly navigate, fixes http://www.avaaz.org/ base page --- javascript/jsapi/htmldocument.bnd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'javascript/jsapi/htmldocument.bnd') diff --git a/javascript/jsapi/htmldocument.bnd b/javascript/jsapi/htmldocument.bnd index 4aacccf4e..6e7f56528 100644 --- a/javascript/jsapi/htmldocument.bnd +++ b/javascript/jsapi/htmldocument.bnd @@ -76,8 +76,7 @@ getter location %{ jsret = jsapi_new_Location(cx, NULL, NULL, - llcache_handle_get_url(private->htmlc->base.llcache), - private->htmlc); + llcache_handle_get_url(private->htmlc->base.llcache)); %} getter URL %{ -- cgit v1.2.3