Brion VIBBER has submitted this change and it was merged.

Change subject: remove old stray 'safari' installation text
......................................................................


remove old stray 'safari' installation text

Change-Id: Iae28e9be2024076e0bf05d7530d7575fc25af7a6
---
M app.appcache
M index.html
2 files changed, 1 insertion(+), 18 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/app.appcache b/app.appcache
index df7ce84..aa6e05a 100644
--- a/app.appcache
+++ b/app.appcache
@@ -1,5 +1,5 @@
 CACHE MANIFEST
-# Thu Jan 16 01:14:24 UTC 2014
+# Wed Jan 22 19:10:49 UTC 2014
 index.html
 404.html
 AUTHORS
diff --git a/index.html b/index.html
index e666cfb..2e1a9bb 100644
--- a/index.html
+++ b/index.html
@@ -7,27 +7,10 @@
        <base /><!-- used to process relative links in content -->
        <title>Wikipedia</title>
         <script src="js/lib/modernizr-2.5.3.min.js"></script>    
-  <script type="text/javascript">
-    if (typeof window.console == "undefined") {
-      // for Windows Phone 7.x
-      window.console = { log: function (str) { window.external.Notify(str); } 
};
-
-      // output any errors to console log, created above.
-      window.onerror = function (msg,url,linenumber) {
-        console.log("Error ::" + msg + " in " + url + " at line " + 
linenumber);
-      };
-    }
-    console.log('Testing console output');
-  </script>
   <link rel="stylesheet" href="css/app.css">
 </head>
 <body class="togglingEnabled nativeMenu">
  <div class="install-error"></div>
-    <div class="install-ios-msg">
-      To install, press the forward arrow in Safari and touch "Add to
-      Home Screen"
-    </div>
-    <!-- <button class="install-btn">Install</button> //-->
     <script type="text/javascript"
             data-main="js/app.js"
             src="js/lib/require.js"></script>

-- 
To view, visit https://gerrit.wikimedia.org/r/108947
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae28e9be2024076e0bf05d7530d7575fc25af7a6
Gerrit-PatchSet: 1
Gerrit-Project: apps/firefox/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to