@@ -25,8 +25,8 @@ <h1>flowchart.js</h1>
25
25
</ a >
26
26
27
27
< ul >
28
- < li > < a href ="https://github.com/adrai/flowchart.js/raw/master/release/flowchart-latest .zip "> ZIP File < strong > Download</ strong > </ a > </ li >
29
- < li > < a href ="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.amd-latest .zip "> ZIP File < strong > AMD version</ strong > </ a > </ li >
28
+ < li > < a href ="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.zip "> ZIP File < strong > Download</ strong > </ a > </ li >
29
+ < li > < a href ="https://github.com/adrai/flowchart.js/raw/master/release/flowchart.amd.zip "> ZIP File < strong > AMD version</ strong > </ a > </ li >
30
30
< li > < a href ="https://github.com/adrai/flowchart.js "> View On < strong > GitHub</ strong > </ a > </ li >
31
31
</ ul >
32
32
</ header >
@@ -43,7 +43,7 @@ <h3>Demo 1. Try editing me below</h3>
43
43
e=> end:> http://www.google.com
44
44
op1=> operation: My Operation
45
45
sub1=> subroutine: My Subroutine
46
- cond=> condition: Yes
46
+ cond=> condition: Yes
47
47
or No?:> http://www.google.com
48
48
io=> inputoutput: catch something...
49
49
@@ -80,7 +80,7 @@ <h3>Usage</h3>
80
80
diagram.drawSVG('diagram');
81
81
82
82
// you can also try to pass options:
83
-
83
+
84
84
diagram.drawSVG('diagram', {
85
85
'x': 0,
86
86
'y': 0,
@@ -132,7 +132,7 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
132
132
op1=> operation: My Operation|past
133
133
op2=> operation: Stuff|current
134
134
sub1=> subroutine: My Subroutine|invalid
135
- cond=> condition: Yes
135
+ cond=> condition: Yes
136
136
or No?|approved:> http://www.google.com
137
137
c2=> condition: Good idea|rejected
138
138
io=> inputoutput: catch something...|future
@@ -172,7 +172,7 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
172
172
173
173
< script src ="flowchart-latest.js "> </ script >
174
174
< script src ="svginnerhtml.min.js "> </ script >
175
-
175
+
176
176
< script type ="text/javascript ">
177
177
178
178
function setup_editor ( div , nr ) {
@@ -229,12 +229,12 @@ <h3>Demo 2 with color coding (flowstate). Try editing me below</h3>
229
229
editor . getSession ( ) . setAnnotations ( [ annotation ] ) ;
230
230
throw err ;
231
231
}
232
- }
232
+ }
233
233
}
234
234
235
235
$ ( document ) . ready ( function ( ) {
236
236
// Example diagrams
237
-
237
+
238
238
// Setup all the editors
239
239
setup_editor ( $ ( '#demo1' ) , 1 ) ;
240
240
0 commit comments