mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
If history tab is currently active, finish loading historylog widget immediately
This commit is contained in:
parent
aa249cb6a2
commit
2b1215af8b
@ -101,6 +101,12 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider],
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
tabs.tabData[i].flagDiv.bind("click.history",{"history": this, div: tabs.tabData[i].flagDiv}, handler);
|
tabs.tabData[i].flagDiv.bind("click.history",{"history": this, div: tabs.tabData[i].flagDiv}, handler);
|
||||||
|
|
||||||
|
// Display if history tab is selected
|
||||||
|
if(i == tabs.get_active_tab())
|
||||||
|
{
|
||||||
|
tabs.tabData[i].flagDiv.trigger("click.history");
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user