summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-05-07 23:06:39 +0200
committerhukl <contact@smyck.org>2009-05-07 23:06:39 +0200
commit7f88d4b70da9b1f1916e3f1e7c0d3913d1e31bc1 (patch)
tree600eb14f410ed3c8934a0c15746a91c22c31da2a /app/views/nodes
parent8235376ead33383a0009ce8993ab7a3502c38bb1 (diff)
moving the observer around
Diffstat (limited to 'app/views/nodes')
-rw-r--r--app/views/nodes/_autosave.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/nodes/_autosave.html.erb b/app/views/nodes/_autosave.html.erb
index 7d3736b8..e69de29b 100644
--- a/app/views/nodes/_autosave.html.erb
+++ b/app/views/nodes/_autosave.html.erb
@@ -1,5 +0,0 @@
1<script type="text/javascript" charset="utf-8">
2 $(document).ready(function() {
3 setInterval('$("#edit_node_<%= @node.id %>").submitWithAjax()', 15000);
4 });
5</script>