4 lines
64 B
JavaScript
4 lines
64 B
JavaScript
|
$.getJSON("{{_input_:URL}}", function(data) {
|
||
|
{{_cursor_}}
|
||
|
});
|