Improved offline page
Summary: This change improves our offline page. Mainly: - Remove Oops! wording as it may imply some error took place. - Remove the reload button. Automatic reload takes place at 2.5s intervals so this is unnecessary. Changelog: Improved offline page (reload button removal) Reviewed By: antonk52 Differential Revision: D46720650 fbshipit-source-id: 522f86d1a4d3d4b091672077cba1a26f898d19e8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4646b12a83
commit
c431969dde
@@ -8,7 +8,7 @@
|
||||
// OFFLINE_VERSION is used as an update marker so that on subsequent installations
|
||||
// the newer version of the file gets updated.
|
||||
// eslint-disable-next-line header/header, no-unused-vars
|
||||
const OFFLINE_VERSION = 1;
|
||||
const OFFLINE_VERSION = 1.1;
|
||||
const CACHE_NAME = 'offline';
|
||||
const OFFLINE_URL = 'offline.html';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user