# HG changeset patch # User Dan # Date 1216269429 14400 # Node ID f0ddbf48c978c33f9fad578a63c4aaa4049f50e8 # Parent 059a5a8566fce7e6b7bce85497b7d0ad0e381fa8 Fixed post manager not working in 1.1.4 due to missing load_component() call diff -r 059a5a8566fc -r f0ddbf48c978 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()