Skip to content

Commit

Permalink
fix: 🐛隱藏XML區塊
Browse files Browse the repository at this point in the history
  • Loading branch information
papple23g committed Jul 9, 2024
1 parent 965ba37 commit b0bb532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/ahkblockly.py
Original file line number Diff line number Diff line change
Expand Up @@ -5379,8 +5379,7 @@ async def DownloadAhkExe(ev):
# 設置XML轉換結果畫面元素
div_textareaXml_elt = DIV(id='input_xml_area')
# 實際部屬時,要把XML區塊隱藏起來
if 'herokuapp' in window.location.hostname:
div_textareaXml_elt.style.display = "none"
div_textareaXml_elt.style.display = "none"
div_textareaXml_elt
div_textareaXml_elt <= P("xml:")
textarea_showXml_elt = TEXTAREA(
Expand Down

0 comments on commit b0bb532

Please sign in to comment.