Skip to content

Commit f135e90

Browse files
committed
-
1 parent 8bdbc2c commit f135e90

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drawWeb.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
var config = {
1010
itMode: 2
1111
};
12-
var url1 = 'https://andreaval.github.io/FlowgorithmJS/fprg/max3numbers.fprg';
13-
var url2 = 'https://andreaval.github.io/FlowgorithmJS/fprg/next.fprg';
12+
var url1 = 'fprg/max3numbers.fprg';
13+
var url2 = 'fprg/next.fprg';
1414
$(function(){
1515
drawFlowchartFromUrl(url1,'#f1',config);
1616
drawFlowchartFromUrl(url2,'#f2',config);
1717
});
1818
</script>
1919
<style>
2020
h1{font-size:1.2em}
21-
div.f{width:49%;float:left}
21+
div.f{width:49%;float:left;position:relative}
22+
div.f .info{left:3;width:20%}
2223
</style>
2324
</head>
2425
<body>

0 commit comments

Comments
 (0)