File tree Expand file tree Collapse file tree 12 files changed +56
-34
lines changed
Clock.activity/lib/sugar-web/graphics
ConnecttheDots.activity/lib/sugar-web/graphics
Gears.activity/lib/sugar-web/graphics
GetThingsDone.activity/lib/sugar-web/graphics
LastOneLoses.activity/lib/sugar-web/graphics
Markdown.activity/lib/sugar-web/graphics
Memorize.activity/lib/sugar-web/graphics
Paint.activity/lib/sugar-web/graphics
Stopwatch.activity/lib/sugar-web/graphics
WelcomeWeb.activity/lib/sugar-web/graphics Expand file tree Collapse file tree 12 files changed +56
-34
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ define(function () {
4646 var newData = changeColors ( iconData , fillColor , strokeColor ) ;
4747 callback ( dataHeader + escape ( newData ) ) ;
4848 } ;
49-
50- client . open ( "GET" , source ) ;
49+
50+ client . open ( "GET" , source . replace ( / " / g , "" ) ) ;
5151 client . send ( ) ;
5252 } ;
5353
@@ -66,7 +66,7 @@ define(function () {
6666 "uri" : getBackgroundURL ( elem ) ,
6767 "strokeColor" : colors . stroke ,
6868 "fillColor" : colors . fill
69- } ;
69+ } ;
7070
7171 icon . load ( iconInfo , function ( url ) {
7272 setBackgroundURL ( elem , url ) ;
You can’t perform that action at this time.
0 commit comments