Cleanup some JS files and webpack info
This commit is contained in:
9
public/assets/vendor/leaflet/docs/_includes/frame.html
vendored
Normal file
9
public/assets/vendor/leaflet/docs/_includes/frame.html
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<table>
|
||||
<tr><td style='text-align: center; border: none'>
|
||||
<iframe src='{{ include.url }}'
|
||||
width='{% if include.width %}{{ include.width }}{% else %}616{% endif %}'
|
||||
height='{% if include.height %}{{ include.height }}{% else %}416{% endif %}'></iframe>
|
||||
</td></tr>
|
||||
<tr><td style='text-align: center; border: none'>
|
||||
<small><a href='{{ include.url }}'>See this example stand-alone.</a></small>
|
||||
</td></tr></table>
|
||||
Reference in New Issue
Block a user