ajax.php
changeset 1068 4bcefa85649c
parent 1017 d0d3da40c391
child 1081 745200a9cc2a
child 1102 faef5e62e1e0
--- a/ajax.php	Fri Jul 17 20:28:24 2009 -0400
+++ b/ajax.php	Fri Jul 17 20:48:53 2009 -0400
@@ -163,6 +163,7 @@
       
       $template->load_theme();
       $return['toolbar_templates'] = $template->extract_vars('toolbar.tpl');
+      $return['edit_notice'] = $template->get_wiki_edit_notice();
       
       echo enano_json_encode($return);
       break;