Once your loading action has complete you should hide the status message so the user knows loading is complete. Use the following code to hide the loading message:
Recite.Delegate.trigger('loadend.status');
If you passed a custom parent element when triggering the status message, you must pass that element once again when hiding the loading message.