Small UI fix to remove loading icon on campaign 404.

This commit is contained in:
Jordan Wright 2015-12-26 22:00:18 -06:00
parent 2c70a6a9d6
commit 04a942298d

View file

@ -204,6 +204,7 @@ $(document).ready(function(){
// })
})
.error(function(){
$("#loading").hide()
errorFlash(" Campaign not found!")
})
})