This commit is contained in:
Martin Donnelly 2018-02-27 00:03:50 +00:00
parent 0bb1e1baa6
commit 1c4e281548
2 changed files with 4 additions and 5 deletions

View File

@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const CACHE_VERSION = 6;
const CACHE_VERSION = 7;
const dataCacheName = 'jubileeData-v1';
const cacheName = 'jubilee-final-1';
const filesToCache = [

View File

@ -13,16 +13,15 @@ const { ByMeModel, ByMeView } = require('./RightByMe');
var app = app || {};
window.loc = 'https://jubilee.silvrtree.co.uk';
window.loc = 'http://localhost:8110';
// window.loc = 'http://localhost:8110';
(function () {
/*if ('serviceWorker' in navigator)
if ('serviceWorker' in navigator)
navigator.serviceWorker
.register('./service-worker.js')
.then(function() {
console.log('Service Worker Registered');
});*/
});
const offline = false;