Skip to content

Commit fd0c528

Browse files
authored
Merge pull request projecthorus#72 from darksidelemm/main
Tweak embed URL
2 parents 4bb8e30 + 2db8065 commit fd0c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embed-preview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
params += "&hidelist=" + ($("#opt_list").prop("checked") ? 0 : 1);
7373
params += "&hidegraph=" + ($("#opt_graph").prop("checked") ? 0 : 1);
7474
params += "&expandgraph=" + ($("#opt_graph_open").prop("checked") ? 1 : 0);
75-
params += "&q=" + encodeURIComponent($("#opt_filter").val());
75+
params += "#!mt=Mapnik&q=" + encodeURIComponent($("#opt_filter").val());
7676

7777
code = code.replace("&preview=1", params);
7878

0 commit comments

Comments
 (0)