Skip to content

Commit

Permalink
remove search first warning for map
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Sep 4, 2019
1 parent 91037f9 commit 294d97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "idigbio",
"description": "iDigBio Portal",
"version": "5.3.2",
"version": "5.3.3",
"author": "Richard Garand <[email protected]>",
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion public/client/js/lib/mapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var L = require('leaflet');
var leafletImage = require('leaflet-image');
// FileSaver Still required for edge support shimming
var FileSaver = require('@elastic/filesaver');
require('leaflet-sleep');
//require('leaflet-sleep');
require('@bower_components/leaflet-utfgrid/src/leaflet.utfgrid.js');
require('@bower_components/leaflet-loading/src/Control.Loading.js');
require('leaflet-draw');
Expand Down

0 comments on commit 294d97a

Please sign in to comment.