Skip to content
This repository was archived by the owner on Apr 10, 2020. It is now read-only.

Commit 2bea368

Browse files
committed
Changed JSON to JSONP
1 parent 7a5ff07 commit 2bea368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.svgmagic.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
* Mark van Eijk [[email protected]] Improvements to PHP converter script
1111
12-
Version 2.4.3
12+
Version 2.4.4
1313
1414
---
1515
@@ -203,7 +203,7 @@
203203
// New options
204204
remoteServerUri: 'http://svgmagic.bitlabs.nl/converter.php',
205205
remoteRequestType: 'POST',
206-
remoteDataType: 'json',
206+
remoteDataType: 'jsonp',
207207
// TODO: Implement this option
208208
replacementUriCreator: null
209209
},

0 commit comments

Comments
 (0)