database.js remove call to initClones in displayResults
This call was causing issues when some controllers were returning error messages since it was attempting to initClones while displaying the return message even if the model had not yet been loaded. This lead to the ajax spinner to spin indefinitely.
Closes #3071 (closed)