aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-18 23:15:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-22 17:25:13 +0200
commit06f4854c6b527da1f5d07b49e3eb5b1d2d4f2f49 (patch)
tree75291002a3df22d72d9923a0629c8d01f07e6b83 /index.html
parenta9e1cfc3c94879480862d3ef764f4fd7fed57d4a (diff)
downloadimportLDIF-alpha.tar.gz
Making it work.alpha
* it is mozContact(), not Contact() * <meta name="viewport"> added * fix manifest.webapp * completely misunderstood API ... subobjects are not created directly, but in a plain Object, which is then pushed to the mozContact via .init() method.
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index f37a14f..2790ec1 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" name="viewport"/>
<title>Import LDIF addresbook</title>
<style>
#progress-div {