mirror of
https://github.com/typecho/typecho.git
synced 2025-02-19 20:28:58 +01:00
fix conflict with bootstrap tab
This commit is contained in:
parent
2b120ded77
commit
59f4604eb6
@ -216,7 +216,7 @@ $(document).ready(function() {
|
||||
$('#edit-secondary .typecho-option-tabs li').click(function() {
|
||||
$('#edit-secondary .typecho-option-tabs li').removeClass('active');
|
||||
$(this).addClass('active');
|
||||
$('.tab-content').addClass('hidden');
|
||||
$(this).parents('#edit-secondary').find('.tab-content').addClass('hidden');
|
||||
|
||||
var selected_tab = $(this).find('a').attr('href'),
|
||||
selected_el = $(selected_tab).removeClass('hidden');
|
||||
|
Loading…
x
Reference in New Issue
Block a user