From 2cc5dea14481e63ca85d3395b52f1c4cc400c7dc Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 4 Oct 2011 13:06:11 +0300 Subject: [PATCH] upgraded wikipedia app --- resources/library/interactive/Wikipedia.wgt/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/library/interactive/Wikipedia.wgt/index.html b/resources/library/interactive/Wikipedia.wgt/index.html index 4ab6b334..1cb92bba 100644 --- a/resources/library/interactive/Wikipedia.wgt/index.html +++ b/resources/library/interactive/Wikipedia.wgt/index.html @@ -187,7 +187,7 @@ toolbar.state = "started"; } else - $('#web-browser').attr('src',"http://mobile.wikipedia.org/transcode.php?go=" + textBoxInput); + $('#web-browser').attr('src',"http://" + lang + ".mobile.wikipedia.org/wiki/" + textBoxInput); $('#url').val(kword); $('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)"); toolbar.loading = true;