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) DataModel.Maps.Shared.remove(map)
map.destroy() map.destroy()
Router.home() Router.home()
GlobalUI.notifyUser('Map eliminated!') GlobalUI.notifyUser('Map eliminated')
} else if (!authorized) { } 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?") 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?")
} }