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 23508a8 commit af3c500Copy full SHA for af3c500
js/app.js
@@ -32,7 +32,12 @@ for(var idx in params) {
32
if(line.length < 2) continue;
33
34
switch(line[0]) {
35
- case "wvar": if(line[1] == "1") wvar.enabled = true; break;
+ case "embed":
36
+ if(line[1] == "1") {
37
+ wvar.enabled = true;
38
+ if(!is_mobile) wvar.mode = 'All';
39
+ }
40
+ break;
41
case "hidelist": if(line[1] == "1") wvar.vlist = false; break;
42
case "hidegraph": if(line[1] == "1") wvar.graph = false; break;
43
case "expandgraph": if(line[1] == "1") wvar.graph_expanded = true; break;
0 commit comments