# doesn't work on 3DS
This commit is contained in:
parent
7c8434c76f
commit
768deb2b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ $( function( ) {
|
|||
function setGoods(goods) {
|
||||
$("#goods li").remove();
|
||||
$.each(goods, function () {
|
||||
$('<li data-good="' + this + '"><a href="#">' + uncompressedGame.s[this] + '</a></li>').click(function (e) {
|
||||
$('<li data-good="' + this + '"><a href="javascript:void(0);">' + uncompressedGame.s[this] + '</a></li>').click(function (e) {
|
||||
$("#goods li").removeClass("selectedGood");
|
||||
currentGood = $(this).addClass("selectedGood").attr("data-good");
|
||||
}).appendTo($("#goods ul"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue