add more text

This commit is contained in:
Devin Howard 2017-01-11 21:21:31 -05:00
parent 5eed326900
commit c9c779dc5f
3 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@
<div class="mapInfoThumbnail"> <div class="mapInfoThumbnail">
<div class="thumbnail"></div> <div class="thumbnail"></div>
<div class="tooltip">Update Thumbnail</div> <div class="tooltip">Update Thumbnail</div>
<span>Thumb</span>
</div> </div>
<div class="mapInfoDelete"> <div class="mapInfoDelete">
<div class="deleteMap"></div> <div class="deleteMap"></div>

View file

@ -80,6 +80,7 @@
<div class="mapInfoThumbnail"> <div class="mapInfoThumbnail">
<div class="thumbnail"></div> <div class="thumbnail"></div>
<div class="tooltip">Update Thumbnail</div> <div class="tooltip">Update Thumbnail</div>
<span>Thumb</span>
</div> </div>
<div class="mapInfoDelete"> <div class="mapInfoDelete">
<div class="deleteMap"></div> <div class="deleteMap"></div>

View file

@ -256,6 +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.")
}, },
offerScreenshotDownload: () => { offerScreenshotDownload: () => {
const canvas = Map.getMapCanvasForScreenshots() const canvas = Map.getMapCanvasForScreenshots()