Load remote content in Modal#show instead
Created by: ewang
Currently any remote content for the modal dialogs are loaded once upon initialization of the Modal object.
The remote content should instead be loaded in the Modal#show method instead so that the modal contents are always the latest version available on the server.