File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 1010 < title > CoCreate Conditional Logic | CoCreateJS</ title >
1111
1212 <!-- CoCreate CSS CDN -->
13- < link rel ="stylesheet " href ="https://cdn.cocreate.app/latest/CoCreate.min.css " type ="text/css " />
13+ < link rel ="stylesheet " href ="https://cdn.cocreate.app/latest/CoCreate.min.css " type ="text/css "/>
1414
1515 < style type ="text/css ">
1616 .hidden {display : none;}
@@ -149,7 +149,7 @@ <h6 style='color:blue'>7 example SELECT (show multiples)</h6>
149149 </ script >
150150
151151 <!-- CoCreate JS CDN -->
152- < script src ="https://cdn.cocreate.app/latest/CoCreate.min.js "> </ script >
152+ < script src ="https://cdn.cocreate.app/latest/CoCreate.min.js " > </ script >
153153
154154 </ body >
155155</ html >
Original file line number Diff line number Diff line change 1111 < meta name ="robots " content ="index,follow " />
1212
1313 <!-- CoCreate CSS -->
14- < link rel ="stylesheet " href ="https://cdn.cocreate.app/latest/CoCreate.min.css " type ="text/css " />
15-
16- <!-- Font Awesome -->
17- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css " crossorigin ="anonymous " />
18-
19- <!-- Codemirror -->
20- < link rel ="stylesheet " href ="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/src/CoCreate-codemirror.css " type ="text/css " />
21- < link rel =stylesheet href ="https://codemirror.net/lib/codemirror.css " async defer >
22-
23- <!-- Highlight.js-->
24- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/default.min.css ">
25-
26- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js "> </ script >
27- < script > hljs . initHighlightingOnLoad ( ) ; </ script >
14+ < link rel ="stylesheet " href ="https://cdn.cocreate.app/latest/CoCreate.min.css " type ="text/css "/>
2815 </ head >
2916
3017 < body >
@@ -157,10 +144,6 @@ <h2 id="conditional-logic-demo" data-hover="display:block" data-target="" class=
157144 </ script >
158145
159146 <!--CoCreateJS-->
160- < script src ="https://cdn.cocreate.app/latest/CoCreate.min.js "> </ script >
161-
162- <!-- CoCreate CodeMiirror -->
163- < script type ="text/javascript " src ="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/dist/CoCreate-codemirror.js " async > </ script >
164-
147+ < script src ="https://cdn.cocreate.app/latest/CoCreate.min.js " > </ script >
165148 </ body >
166149</ html >
You can’t perform that action at this time.
0 commit comments