Skip to content

Commit

Permalink
Changes for Snap 4.1
Browse files Browse the repository at this point in the history
For http:// -> url: block
  • Loading branch information
oskay committed Mar 20, 2018
1 parent bd226bd commit ffa81b8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions snap_examples/Sierpinski-Gasket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -410,7 +410,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAAAXNSR0IArs
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down
4 changes: 2 additions & 2 deletions snap_examples/arrowheadcurve.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -302,7 +302,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down
4 changes: 2 additions & 2 deletions snap_examples/chaosgame.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAgAElEQVR4Xu
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -314,7 +314,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAgAElEQVR4Xu
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down
4 changes: 2 additions & 2 deletions snap_examples/stars-reink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -339,7 +339,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down
4 changes: 2 additions & 2 deletions snap_examples/wcb-blocks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAADCElEQVR4Xu
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -263,7 +263,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAAB4CAYAAAB1ovlvAAADCElEQVR4Xu
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down
4 changes: 2 additions & 2 deletions snap_examples/wcb-rainbow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<block s="reportURL">
<block s="reportJoinWords">
<list>
<l>localhost:4242/</l>
<l>http://localhost:4242/</l>
<block var="command to issue"/>
</list>
</block>
Expand Down Expand Up @@ -319,7 +319,7 @@ data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAeAAAAFoCAYAAACPNyggAAAOhUlEQVR4Xu
<script>
<block s="doReport">
<block s="reportURL">
<l>localhost:4242/poll</l>
<l>http://localhost:4242/poll</l>
</block>
</block>
</script>
Expand Down

0 comments on commit ffa81b8

Please sign in to comment.