(scriptId)
| 1200 | } |
| 1201 | |
| 1202 | function removeScript(scriptId) { |
| 1203 | var script = document.getElementById(scriptId); |
| 1204 | document.getElementsByTagName('head')[0].removeChild(script); |
| 1205 | } |
| 1206 | |
| 1207 | function fetchJsonp(_url) { |
| 1208 | var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1]; |