fix desktop formtip
This commit is contained in:
parent
feacd017ef
commit
caca804465
|
@ -329,7 +329,7 @@
|
||||||
$(this).parent('.add-btn').prev('.add-target').children('.start-line').eq(le).children('.input-append').find('.tab-content').each(function() {
|
$(this).parent('.add-btn').prev('.add-target').children('.start-line').eq(le).children('.input-append').find('.tab-content').each(function() {
|
||||||
$(this).children('.tab-pane').eq(on).addClass('in active').siblings().removeClass('in active');
|
$(this).children('.tab-pane').eq(on).addClass('in active').siblings().removeClass('in active');
|
||||||
});
|
});
|
||||||
formTip();
|
// formTip();
|
||||||
$('.add-on').tooltip();
|
$('.add-on').tooltip();
|
||||||
} else if($(this).hasClass('delete_file')) {
|
} else if($(this).hasClass('delete_file')) {
|
||||||
$(this).parents('.input-prepend').remove();
|
$(this).parents('.input-prepend').remove();
|
||||||
|
|
Loading…
Reference in New Issue