Detach the permalink from the DOM so only one copy is shown
This commit is contained in:
parent
b0747c3c1e
commit
843051c1b2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
//= require index/key
|
||||
|
||||
$(document).ready(function () {
|
||||
var permalinks = $("#permalink").html();
|
||||
var permalinks = $("#permalink").detach().html();
|
||||
var marker;
|
||||
var params = OSM.mapParams();
|
||||
var map = createMap("map");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue