From d931822efa83d3651866d082313d9cfccde4ca4f Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 30 Oct 2012 21:08:11 +0000 Subject: [PATCH] Web app installation --- sm.html | 6 ++++++ sm.webapp | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sm.html b/sm.html index 48ed003..838f25c 100644 --- a/sm.html +++ b/sm.html @@ -123,6 +123,9 @@ function init() { timeout = window.setTimeout("fadeOut();",1000); setOpacity(); + if (window.navigator.mozApps) { + document.getElementById("firefox").style.display = "block"; + } } @@ -132,6 +135,9 @@ function init() {

This is an online-version of the program screen-message for Linux.

+

For more information about the original program, see what Deb-a-Day writes about it. You can download it from Debian or fetch the sourcecode.

diff --git a/sm.webapp b/sm.webapp index 1b29f7a..3c8b6f2 100644 --- a/sm.webapp +++ b/sm.webapp @@ -10,6 +10,5 @@ "name": "Joachim Breitner", "url": "http://www.joachim-breitner.de/" }, - "default_locale": "en", - "fullscreen": "true" + "default_locale": "en" } -- 2.20.1