remove exclamation mark

This commit is contained in:
Connor Turland 2016-12-26 17:15:42 -05:00 committed by GitHub
parent ce073028c8
commit df5cc4e1a8

View file

@ -391,7 +391,7 @@ const InfoBox = {
DataModel.Maps.Shared.remove(map)
map.destroy()
Router.home()
GlobalUI.notifyUser('Map eliminated!')
GlobalUI.notifyUser('Map eliminated')
} else if (!authorized) {
window.alert("Hey now. We can't just go around willy nilly deleting other people's maps now can we? Run off and find something constructive to do, eh?")
}