mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
7 lines
110 B
JavaScript
Executable File
7 lines
110 B
JavaScript
Executable File
$(function () {
|
|
$('#main-tabs a').click(function (e) {
|
|
e.preventDefault();
|
|
$(this).tab('show');
|
|
});
|
|
|
|
}); |