We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f511b1c commit 2c1fb5fCopy full SHA for 2c1fb5f
demo/main.js
@@ -1,13 +1,13 @@
1
const Gleap = window.Gleap;
2
3
-Gleap.setFrameUrl("http://0.0.0.0:3001");
4
-Gleap.setApiUrl("http://0.0.0.0:9000");
5
-Gleap.setWSApiUrl("ws://0.0.0.0:9000");
+Gleap.setFrameUrl('http://0.0.0.0:3001');
+Gleap.setApiUrl('http://0.0.0.0:9000');
+Gleap.setWSApiUrl('ws://0.0.0.0:9000');
6
7
//Gleap.disableQueryParams(true);
8
9
-Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
+Gleap.initialize('ody3fTXIIbWfipYNLCeCxJBizXVVaX9J');
10
11
-Gleap.on("tool-execution", (tool) => {
12
- console.log(tool);
13
-});
+Gleap.on('tool-execution', (tool) => {
+ console.log(tool);
+});
0 commit comments