1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-12-13 00:56:44 +00:00
Files
YAO-portal/static/main.js

7 lines
110 B
JavaScript
Raw Normal View History

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