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 8bdbc2c commit f135e90Copy full SHA for f135e90
drawWeb.html
@@ -9,16 +9,17 @@
9
var config = {
10
itMode: 2
11
};
12
- var url1 = 'https://andreaval.github.io/FlowgorithmJS/fprg/max3numbers.fprg';
13
- var url2 = 'https://andreaval.github.io/FlowgorithmJS/fprg/next.fprg';
+ var url1 = 'fprg/max3numbers.fprg';
+ var url2 = 'fprg/next.fprg';
14
$(function(){
15
drawFlowchartFromUrl(url1,'#f1',config);
16
drawFlowchartFromUrl(url2,'#f2',config);
17
});
18
</script>
19
<style>
20
h1{font-size:1.2em}
21
- div.f{width:49%;float:left}
+ div.f{width:49%;float:left;position:relative}
22
+ div.f .info{left:3;width:20%}
23
</style>
24
</head>
25
<body>
0 commit comments