Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Jan 21, 2016
1 parent 5651aa4 commit e58ce49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion models/GoogleMaps_StaticMapModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function getParameters()
{
foreach($value as $obj)
{
$params[] = $obj->getStaticMapParameters();
$params[] = str_replace('#', '%23', $obj->getStaticMapParameters());
}
}
}
Expand Down
4 changes: 0 additions & 4 deletions resources/js/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ var GoogleMaps = {
return this.api.getBounds();
},

getCenter: function() {
return this.api.getCenter();
},

getDiv: function() {
return this.api.getDiv();
},
Expand Down

0 comments on commit e58ce49

Please sign in to comment.