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 +