Grammalecte  Diff

Differences From Artifact [d6d284c073]:

To Artifact [1ae3863a28]:


134
135
136
137
138
139
140
141
142
143
144
145
146
147
    }

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

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







|






134
135
136
137
138
139
140
141
142
143
144
145
146
147
    }

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

    openURL (sURL) {
        xGrammalectePort.postMessage({
            sCommand: "openURL",
            dParam: {"sURL": sURL},
            dInfo: {}
        });
    }
}