Fixed post manager not working in 1.1.4 due to missing load_component() call
authorDan
Thu, 17 Jul 2008 00:37:09 -0400
changeset 12 f0ddbf48c978
parent 11 059a5a8566fc
child 13 421242ebbece
Fixed post manager not working in 1.1.4 due to missing load_component() call
plugins/nuggie/client/usercp.js
--- a/plugins/nuggie/client/usercp.js	Tue Jul 15 11:38:12 2008 -0400
+++ b/plugins/nuggie/client/usercp.js	Thu Jul 17 00:37:09 2008 -0400
@@ -17,6 +17,9 @@
   
   _global_ng_row = row;
   
+  if ( typeof(load_component) == 'function' )
+    load_component('SpryEffects');
+  
   try
   {
     ajaxPost(makeUrlNS('Special', 'Preferences/Blog/Posts/AjaxHandler'), 'act=delete&post_id=' + id, function()