[OpenLayers-Commits] r12432 - sandbox/marcjansen/hold/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Oct 20 05:53:10 EDT 2011
Author: marcjansen
Date: 2011-10-20 02:53:09 -0700 (Thu, 20 Oct 2011)
New Revision: 12432
Modified:
sandbox/marcjansen/hold/examples/mobile-hold.html
sandbox/marcjansen/hold/examples/mobile.html
Log:
[hold-sandbox] minors, fix original example
Modified: sandbox/marcjansen/hold/examples/mobile-hold.html
===================================================================
--- sandbox/marcjansen/hold/examples/mobile-hold.html 2011-10-20 09:39:40 UTC (rev 12431)
+++ sandbox/marcjansen/hold/examples/mobile-hold.html 2011-10-20 09:53:09 UTC (rev 12432)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>OpenLayers Mobile</title>
+ <title>Mobile example with hold support</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -75,7 +75,7 @@
</style>
</head>
<body>
- <h1 id="title">Mobile Example with hold support</h1>
+ <h1 id="title">Mobile example with hold support</h1>
<div id="tags">
mobile hold clickhold taphold
</div>
Modified: sandbox/marcjansen/hold/examples/mobile.html
===================================================================
--- sandbox/marcjansen/hold/examples/mobile.html 2011-10-20 09:39:40 UTC (rev 12431)
+++ sandbox/marcjansen/hold/examples/mobile.html 2011-10-20 09:53:09 UTC (rev 12432)
@@ -7,7 +7,6 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="style.mobile.css" type="text/css">
<script src="../lib/OpenLayers.js?mobile"></script>
- <script src="./OpenLayers.Control.Clickhold.js"></script>
<script src="mobile.js"></script>
<style>
html, body {
More information about the Commits
mailing list