1
0
Fork 0
mirror of https://github.com/mwalbeck/pushjet-webinterface.git synced 2025-04-29 06:50:06 +00:00
pushjet-webinterface/static/js/app.js
2017-01-13 14:07:26 +01:00

4 lines
82 B
JavaScript
Executable file

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