add ByMe
This commit is contained in:
parent
0bb1e1baa6
commit
1c4e281548
@ -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 = [
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user