From dda9139347a2ce351d64172958a6df157117b209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 22 Feb 2011 14:39:49 +0000 Subject: [PATCH] add tags to our mobile examples, no functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11242 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/mobile-jq.html | 6 ++++++ examples/mobile-sencha.html | 9 ++++++++- examples/mobile.html | 6 ++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/examples/mobile-jq.html b/examples/mobile-jq.html index 603f3b8fe9..08b35b1563 100644 --- a/examples/mobile-jq.html +++ b/examples/mobile-jq.html @@ -37,6 +37,9 @@ bottom: 5px; right: 5px; } + #tags { + display: none; + } +
+ mobile, jquery +
diff --git a/examples/mobile-sencha.html b/examples/mobile-sencha.html index fcdc6dfbce..8343feb775 100644 --- a/examples/mobile-sencha.html +++ b/examples/mobile-sencha.html @@ -20,6 +20,9 @@ bottom: 5px; right: 5px; } + #tags { + display: none; + } - + +
+ mobile, sencha +
+ diff --git a/examples/mobile.html b/examples/mobile.html index b2158cd9c9..96ba8dc8e8 100644 --- a/examples/mobile.html +++ b/examples/mobile.html @@ -23,9 +23,15 @@ bottom: 5px; right: 5px; } + #tags { + display: none; + } +
+ mobile +