The conditional here: https://github.com/delapuente/offliner/blob/master/demo/js/offliner-updater-reinstall.js#L29 Should be: ``` js if (this.flags.isCalledFromInstall || !this._onInstallOnly) { ```
The conditional here: https://github.com/delapuente/offliner/blob/master/demo/js/offliner-updater-reinstall.js#L29
Should be: