Skip to content

Commit ea328de

Browse files
committed
Switching to prod js
1 parent 8c05be9 commit ea328de

File tree

4 files changed

+2916
-5
lines changed

4 files changed

+2916
-5
lines changed

app/templates/ide3.html.el

+5-1
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,9 @@ window.onerror = pagePanic
740740

741741
</script>
742742

743-
743+
<!--
744744
<script src="https://app.drakon.tech/gen/qQZFlU3W9R5yQn4d9rgp1V13Y4Im6Wsr/appedit.js"></script>
745+
-->
745746
<script src="/static/libs/mousetrap.js"></script>
746747
<script src="/static/libs/fontfaceobserver.js"></script>
747748
<script src="/static/libs/codemirror.js"></script>
@@ -753,6 +754,9 @@ window.onerror = pagePanic
753754
<%==include("Logon")%>
754755
<%==include("Signup")%>
755756

757+
<%==include("appedit")%>
758+
759+
756760
<%==include("Nav")%>
757761
<%==include("ContextMenu")%>
758762
<%==include("InputBox")%>

static/Ide3.drn

0 Bytes
Binary file not shown.

static/Ide3.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@ function setMobileHeader(text) {
46304630
"diaLabelNu",
46314631
"appLabel",
46324632
"appLabelRo",
4633-
"appLabelNu",
4633+
"appLabelNu"
46344634
]
46354635
var _ind3096 = 0;
46364636
var _col3096 = widgets;
@@ -6362,9 +6362,6 @@ function updateFormatList() {
63626362
]
63636363
def = "MES_PROGRAM"
63646364
} else {
6365-
if (((_sw51980000_ === "LANG_S4") || (_sw51980000_ === "LANG_S42")) || (_sw51980000_ === "LANG_HUMAN")) {
6366-
6367-
}
63686365
addOption(select, "MES_NONE", translate("MES_NONE"))
63696366
allowed = [
63706367
"MES_NONE"

0 commit comments

Comments
 (0)