diff options
Diffstat (limited to 'template/jquery-getJSON.javascript')
-rw-r--r-- | template/jquery-getJSON.javascript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/jquery-getJSON.javascript b/template/jquery-getJSON.javascript deleted file mode 100644 index 037e726..0000000 --- a/template/jquery-getJSON.javascript +++ /dev/null @@ -1,3 +0,0 @@ -$.getJSON("{{_input_:URL}}", function(data) { - {{_cursor_}} -}); |