summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/admin.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 4e0347db..07363e34 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -66,7 +66,10 @@
66 $.post(this.attr("action"), $(this).serialize(), null, "script"); 66 $.post(this.attr("action"), $(this).serialize(), null, "script");
67 } 67 }
68 }; 68 };
69
70 setInterval('$("#edit_node_<%= @node.id %>").submitWithAjax()', 15000);
69 } 71 }
72
70 </script> 73 </script>
71 </head> 74 </head>
72 75