Skip to content

Commit

Permalink
Fix params; remove warning in select modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jywsn committed May 28, 2015
1 parent ca03166 commit 8ffb93f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions static/js/EditorMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ EditorMap.prototype.fitBounds = function(latlngbounds) {
// Google Maps
// ------------------------------------------------------------

function GoogleEditorMap(map_element_id, options) {
function GoogleEditorMap(options) {
var self = this;

EditorMap.apply(this, Array.prototype.slice.call(arguments));
Expand Down Expand Up @@ -348,7 +348,7 @@ GoogleEditorMap.prototype.setMapType = function(map_type, map_subdomains, map_ac
// Leaflet
// ------------------------------------------------------------

function LeafletEditorMap(map_element_id, options) {
function LeafletEditorMap(options) {
var self = this;

EditorMap.apply(this, Array.prototype.slice.call(arguments));
Expand Down
6 changes: 0 additions & 6 deletions templates/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@
</div>
<!-- list panel -->
<div class="entry-panel entry-list hide">
<div class="alert">
<small>
We are currently experiencing issues with the Google Maps API,
check <a href="https://knightlab.zendesk.com" target="_blank">https://knightlab.zendesk.com</a> for more information.
</small>
</div>
<div class="table-header">
<strong>Your StoryMaps </strong>
<div class="table-toggles">
Expand Down

0 comments on commit 8ffb93f

Please sign in to comment.