Skip to content

Commit 473fed0

Browse files
author
杜美瑶
committed
新增对资源编辑 资源详情面板的DOM渲染js --reviewed by xujm
1 parent 800e0a1 commit 473fed0

2 files changed

Lines changed: 452 additions & 0 deletions

File tree

examples/js/plottingPanel/PlottingPanel.Include.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848
if (inArray(includes, 'SMLInfosPanel')) {
4949
inputScript("../js/plottingPanel/SMLInfosPanel.js");
5050
}
51+
if (inArray(includes, 'iPortalStylePanel')) {
52+
inputScript("../js/plottingPanel/iPortalStylePanel.js");
53+
}
5154
}
5255

5356
load();

0 commit comments

Comments
 (0)