1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00
YAO-portal/static/main.js

7 lines
110 B
JavaScript
Executable File

$(function () {
$('#main-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
});
});