Skip to content

Commit

Permalink
Merge pull request #32 from codersaiful/5.8.0
Browse files Browse the repository at this point in the history
all done
  • Loading branch information
codersaiful authored Nov 30, 2023
2 parents 48f223c + 604e2f8 commit 8b4aa76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@

if(tabSerial !== 0){
$(this).hide();
tabHtml += "<a href='#" + tableId + "' class='tab-button wcmmq-button'>" + tableTitle + "</a>"
tabHtml += "<a href='#" + tableId + "' class='tab-button wcmmq-button link-" + tableId + "'>" + tableTitle + "</a>"
}else{
$(this).addClass('active');
tabHtml += "<a href='#" + tableId + "' class='tab-button wcmmq-button active'>" + tableTitle + "</a>"
tabHtml += "<a href='#" + tableId + "' class='tab-button wcmmq-button link-" + tableId + " active'>" + tableTitle + "</a>"
}

tabSerial++;
Expand Down

0 comments on commit 8b4aa76

Please sign in to comment.