Skip to content

Commit 32414a6

Browse files
committed
coding
1 parent eca4b52 commit 32414a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

YanZhiwei.JavaScript.Utilities/YanZhiwei.JavaScript.Utilities.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,9 @@
637637
<Content Include="userData.js" />
638638
<Content Include="userDataTest.aspx" />
639639
<Content Include="Web.config" />
640-
<Content Include="jquery\zTree-3.5\cab_0_0_0.png" />
640+
<Content Include="jquery\zTree-3.5\cab_0_0_0.png">
641+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
642+
</Content>
641643
<Content Include="jquery\zTree-3.5\zTreeUtils.js" />
642644
<Content Include="jquery\zTree-3.5\css\zTreeStyle\img\diy\1_close.png" />
643645
<Content Include="jquery\zTree-3.5\css\zTreeStyle\img\diy\1_open.png" />

YanZhiwei.JavaScript.Utilities/jquery/zTree-3.5/zTree_example1.aspx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
function updateIcon() {
9393
var _zTreeObj = $.fn.zTree.getZTreeObj('treeDemo');
9494
_zTreeObj.updateIcon('id', 31, 'zTree-3.5/cab_0_0_0.png');
95-
9695
}
9796
function updateFont() {
9897
var _zTreeObj = $.fn.zTree.getZTreeObj('treeDemo');
@@ -145,7 +144,7 @@
145144
<ul id="treeDemo" class="ztree"></ul>
146145
</div>
147146
</div>
148-
147+
149148
<br />
150149
<input id="Button1" type="button" value="addMenu" onclick="addMenu()" /><br />
151150
<input id="Button2" type="button" value="selectNode" onclick="selectNode()" /><br />

0 commit comments

Comments
 (0)