1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 23:21:55 +00:00
YAO-portal/static/main.js

7 lines
110 B
JavaScript
Raw Normal View History

2019-01-15 02:02:28 +00:00
$(function () {
$('#main-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
});