diff -r 4058c844ee38 -r 4bcefa85649c ajax.php --- 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;