File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
WEB-INF/includes/pageparts Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7070 <hr style =" line-height :5px ; margin :5px ;" >
7171 <li ><a id =" clear-workspace" href =" #" ><fmt:message key =" editor.clear-workspace" /></a ></li >
7272 <hr style =" line-height :5px ; margin :5px ;" >
73+ <c:if test =" ${ param. editor_lang == ' c' } " >
7374 <li ><a id =" download-side" href =" #" onclick =" downloadPropC()" >Download SimpleIDE files</a ></li >
75+ </c:if >
7476 <li ><a id =" download-project" href =" #" ><fmt:message key =" editor.download" /></a ></li >
7577 <li ><a id =" upload-project" href =" #" ><fmt:message key =" editor.upload" /></a ></li >
7678 <hr style =" line-height :5px ; margin :5px ;" >
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ function hashCode(str) {
189189} ;
190190
191191function downloadCode ( ) {
192- var projXMLcode = projectData [ 'code' ] ;
192+ var projXMLcode = window . frames [ "content_blocks" ] . getXml ( ) ; // projectData['code'];
193193 projXMLcode = projXMLcode . substring ( 42 , projXMLcode . length ) ;
194194 projXMLcode = projXMLcode . substring ( 0 , ( projXMLcode . length - 6 ) ) ;
195195
You can’t perform that action at this time.
0 commit comments