From a1e4d52a36fc021181f29d652959e38b758f83c4 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Sat, 20 Mar 2010 19:38:42 +0000 Subject: [PATCH] Including new navigator.onLine demo --- demos.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/demos.json b/demos.json index 5263020..ac4fa75 100644 --- a/demos.json +++ b/demos.json @@ -96,6 +96,15 @@ "url": "offline", "tags": "offline events", "note": "Works on Safari Mobile too", + "support": { + "live": "firefox opera" + } + }, + { + "desc": "navigator.onLine tests", + "url": "nav-online", + "tags": "offline", + "note": "Doesn't use events, only polls", "support": { "live": "firefox opera ie" }