mirror of
https://github.com/mwalbeck/pushjet-webinterface.git
synced 2024-11-23 14:57:33 +00:00
5 lines
82 B
JavaScript
Executable File
5 lines
82 B
JavaScript
Executable File
$('#myTabs a').click(function (e) {
|
|
e.preventDefault()
|
|
$(this).tab('show')
|
|
})
|