offliner icon indicating copy to clipboard operation
offliner copied to clipboard

The conditional in the demo update strategy about when to reinstall makes no sense

Open delapuente opened this issue 9 years ago • 0 comments

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) {

delapuente avatar Nov 04 '15 23:11 delapuente