Index: branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js =================================================================== diff -u -N -r14561 -r15756 --- branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 14561) +++ branches/1.2.x/platform/inc/jquery/thickbox/thickbox.js (.../thickbox.js) (revision 15756) @@ -398,7 +398,7 @@ $('#TB_window').fadeOut( 'fast', function(){ - $('#TB_window,#TB_overlay,#TB_HideSelect').trigger('unload').unbind().remove(); + $('#TB_window,#TB_overlay,#TB_HideSelect')/*.trigger('unload')*/.unbind().remove(); } );