Commit 259a765b authored by Craig Watson's avatar Craig Watson

Wikipedia widget uses desktop site (again); changed widget size

I can't get the mobile site to display correctly; the position of the
contents moves around depending on the widget's position on the board.

Switched back to the desktop site because it's not worth spending days
on this.
parent d6295358
......@@ -3,10 +3,10 @@
xmlns:ub="http://uniboard.mnemis.com/widgets"
identifier="http://uniboard.mnemis.com/widgets/wikipedia"
version="1.2"
minimum_height="260"
minimum_height="300"
minimum_width="360"
width="370"
height="400"
width="755"
height="450"
ub:resizable = "true">
<name>Wikipedia</name>
......
......@@ -194,7 +194,7 @@
toolbar.state = "started";
}
else
$('#web-browser').attr('src',"http://" + lang + ".m.wikipedia.org/wiki/" + textBoxInput);
$('#web-browser').attr('src',"http://" + lang + ".wikipedia.org/wiki/" + textBoxInput);
$('#url').val(kword);
$('#toolbar-button-search').css("background-image", "url(images/toolbarLoading.jpg)");
toolbar.loading = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment