Grammalecte  Diff

Differences From Artifact [51927cd000]:

To Artifact [021953158b]:


130
131
132
133
134
135
136



137


138
139
140
141
142
143
144
130
131
132
133
134
135
136
137
138
139

140
141
142
143
144
145
146
147
148







+
+
+
-
+
+







    }

    stopWaitIcon () {
        this.xWaitIcon.style.visibility = "hidden";
    }

    openURL (sURL) {
        xPort.postMessage({
            sCommand: "openURL",
            dParam: {"sURL": sURL},
        // todo
            dInfo: {}
        });
    }
}


/*
    Common functions
*/