diff options
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/_autosave.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/nodes/_autosave.html.erb b/app/views/nodes/_autosave.html.erb index 583b3740..7d3736b8 100644 --- a/app/views/nodes/_autosave.html.erb +++ b/app/views/nodes/_autosave.html.erb | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | |||
| 2 | <script type="text/javascript" charset="utf-8"> | 1 | <script type="text/javascript" charset="utf-8"> |
| 3 | $(document).ready(function() { | 2 | $(document).ready(function() { |
| 4 | setInterval('$("#edit_node_<%= @node.id %>").submitWithAjax()', 15000); | 3 | setInterval('$("#edit_node_<%= @node.id %>").submitWithAjax()', 15000); |
| 5 | }); | 4 | }); |
| 6 | </script> \ No newline at end of file | 5 | </script> |
