aboutsummaryrefslogtreecommitdiff
path: root/template/jquery-getJSON.javascript
diff options
context:
space:
mode:
Diffstat (limited to 'template/jquery-getJSON.javascript')
-rw-r--r--template/jquery-getJSON.javascript3
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_}}
-});