We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fc6b0 commit 0bbea67Copy full SHA for 0bbea67
csp/webTerminal/js/application.js.xml
@@ -6,7 +6,7 @@
6
*/
7
var application = new function() {
8
9
- var version = "0.9.9.9 beta"; // link to language.js
+ var version = "0.9.9.9 beta"; // @link copy to language.js
10
this.debug = false; // remove for release
11
this.debugUrlPart = "172.27.25.133:57772"; // in-debug mode
12
csp/webTerminal/js/language.js.xml
@@ -29,7 +29,7 @@ var lang = new function() {
29
0: parser.highlightHTML("/help"),
30
1: parser.highlightHTML("/tip"),
31
2: parser.highlightHTML("/connect"),
32
- 3: "0.9.9.7 beta",
+ 3: "0.9.9.9 beta",
33
4: 1,
34
5: parser.highlightHTML("set test = 12"),
35
6: parser.highlightHTML("write test"),
0 commit comments