This commit is contained in:
Devin Howard 2017-01-11 22:33:15 -05:00
parent b3dfc02647
commit e7b021aa0a

View file

@ -256,7 +256,7 @@ const Map = {
exportImage: function() { exportImage: function() {
Map.uploadMapScreenshot() Map.uploadMapScreenshot()
Map.offerScreenshotDownload() Map.offerScreenshotDownload()
GlobalUI.notifyUser("Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.") GlobalUI.notifyUser('Note: this button is going away. Check the map card or the import box for setting the map thumbnail or downloading a screenshot.')
}, },
offerScreenshotDownload: () => { offerScreenshotDownload: () => {
const canvas = Map.getMapCanvasForScreenshots() const canvas = Map.getMapCanvasForScreenshots()