Skip to content

Commit 3c7b7b4

Browse files
committed
Update jquery.smartTab.js
1 parent 670c7dc commit 3c7b7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/jquery.smartTab.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565

6666
function setEvents(){
6767
$(tabs).bind("click", function(e){
68+
e.preventDefault();
6869
if(tabs.index(this)!=obj.data('curTabIdx')) {
6970
showTab(tabs.index(this));
7071
if(options.autoProgress) restartAutoProgress();

0 commit comments

Comments
 (0)