mirror of
https://github.com/mwalbeck/pushjet-webinterface.git
synced 2025-04-29 06:50:06 +00:00
4 lines
82 B
JavaScript
Executable file
4 lines
82 B
JavaScript
Executable file
$('#myTabs a').click(function (e) {
|
|
e.preventDefault()
|
|
$(this).tab('show')
|
|
})
|