Skip to content

Commit

Permalink
hotfix: missing the event parameter in the callback
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterLinX committed Nov 15, 2016
1 parent ac65a5d commit 94e3a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AntSharesApp/scripts/AntShares/UI/TabBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
}

$('.tab-trigger').click(function ()
$('.tab-trigger').click(function (event)
{
event.preventDefault();
TabBase.showTab($(this).attr("href"), $(this).data("args"));
Expand Down

0 comments on commit 94e3a46

Please sign in to comment.