offliner
offliner copied to clipboard
The conditional in the demo update strategy about when to reinstall makes no sense
The conditional here: https://github.com/delapuente/offliner/blob/master/demo/js/offliner-updater-reinstall.js#L29
Should be:
if (this.flags.isCalledFromInstall || !this._onInstallOnly) {