Skip to content

Commit 3e5510f

Browse files
committed
removed close button on map
1 parent f062022 commit 3e5510f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/pages/popup/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,12 @@ <h3>Steve Jobs</h3>
268268
</div>
269269

270270
<div data-role="popup" id="popupMap" data-overlay-theme="a" data-theme="a" data-corners="false">
271-
<a href="#" data-rel="back" data-role="button" data-theme="a" data-icon="delete" data-iconpos="notext" class="ui-btn-right">Close</a>
272-
<div id="map_canvas"></div>
271+
<div id="map_canvas"></div>
273272
</div>
274273

275274
<div data-role="popup" id="popupVideo" data-overlay-theme="a" data-theme="c" class="ui-content">
276275
<iframe src="http://player.vimeo.com/video/41135183?autoplay=1" width="497" height="298" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
277-
</div>
276+
</div>
278277

279278
<h2>Note: Chaining of popups not allowed</h2>
280279
<p>The framework does not currently support chaining of popups so it's not possible to embed a link from one popup to another popup. All links with a <code>data-rel="popup"</code> inside a popup will not do anything at all.</p>

0 commit comments

Comments
 (0)