summaryrefslogtreecommitdiff
path: root/app/views/nodes
diff options
context:
space:
mode:
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>