Added another AJAX editor hook after init is pretty much done
authorDan Fuhry <dan@enanocms.org>
Sun, 02 Jan 2011 03:12:04 -0500
changeset 1334 b9ecf7618fbc
parent 1333 19b49910e81f
child 1335 28b52db3cf3a
Added another AJAX editor hook after init is pretty much done
includes/clientside/static/editor.js
--- a/includes/clientside/static/editor.js	Thu Dec 30 23:43:16 2010 -0500
+++ b/includes/clientside/static/editor.js	Sun Jan 02 03:12:04 2011 -0500
@@ -518,6 +518,8 @@
 		domOpacity(edcon, 0, 100, 500);
 	}
 	
+	eval(setHook('editor_post_init'));
+	
 	// Autosave every 5 minutes           (m  *  s  *  ms)
 	setInterval('ajaxPerformAutosave();', ( 5 * 60 * 1000 ));
 }