Commit e73ac7e6 by 小舞511 Committed by stylefeng

!48 修复Feng.js中新建标签方法用于切换标签操作无法正常执行的问题

Merge pull request !48 from 小舞511/master
parent ed9f3a5e
......@@ -169,7 +169,7 @@ var Feng = {
if (!$(this).hasClass('active')) {
$(this).addClass('active').siblings('.J_menuTab').removeClass('active');
parent.MyCrontab.scrollToTab(this);
parent.MyCrontab.$('.J_mainContent .J_iframe').each(function () {
parent.$('.J_mainContent .J_iframe').each(function () {
if ($(this).data('id') == dataUrl) {
$(this).show().siblings('.J_iframe').hide();
$(this).attr('src', $(this).attr('src'));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment