mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
139 B
JavaScript
6 lines
139 B
JavaScript
// $(document).ready(function () {
|
|
// $('.tab-link').click(function() {
|
|
// document.location = $(this).attr('href');
|
|
// });
|
|
// });
|