Load a tab only once
[?]
Aug 28, 2013, 10:05 AM
RDSPL26CLLELVFIEPQXOBHLZTYYVDVFRHBVGJVDW5IO7WEVUCAGQCDependencies
- [2]
4XVYHFDLShow an error message if tab loading fails - [3]
BIVZGPUTOptimise clickable rows - [4]
YPDYBK5GShow dependencies as a tree rather than a list - [5]
QCGCX2BRGeneralize lazy tabs - [*]
IK53RV4V
Change contents
- edit in src/root/common.tt at line 461
var tabsLoaded = {}; - replacement in src/root/common.tt at line 465
if (id == "#[% tabName %]") {if (id == "#[% tabName %]" && !tabsLoaded[id]) {tabsLoaded[id] = 1;