1
0
mirror of https://github.com/mwalbeck/pushjet-webinterface.git synced 2024-11-23 14:57:33 +00:00
pushjet-webinterface/static/js/app.js
2017-01-13 14:07:26 +01:00

5 lines
82 B
JavaScript
Executable File

$('#myTabs a').click(function (e) {
e.preventDefault()
$(this).tab('show')
})