forked from I2P_Developers/i2p.i2p
* Plugins: New plugin downloader/installer
* configclients.jsp: Use new WebAppStarter so webapps that are
started later also get the temp dir, password, and classpath
configuration just like if they were started at the beginning
* configupdate.jsp: Delay after checking for update so the
summary bar will have buttons.
This commit is contained in:
@@ -37,7 +37,7 @@ public class UpdateHandler {
|
||||
private String _nonce;
|
||||
|
||||
protected static final String SIGNED_UPDATE_FILE = "i2pupdate.sud";
|
||||
protected static final String PROP_UPDATE_IN_PROGRESS = "net.i2p.router.web.UpdateHandler.updateInProgress";
|
||||
static final String PROP_UPDATE_IN_PROGRESS = "net.i2p.router.web.UpdateHandler.updateInProgress";
|
||||
protected static final String PROP_LAST_UPDATE_TIME = "router.updateLastDownloaded";
|
||||
|
||||
public UpdateHandler() {
|
||||
@@ -124,7 +124,7 @@ public class UpdateHandler {
|
||||
protected boolean _isRunning;
|
||||
protected boolean done;
|
||||
protected EepGet _get;
|
||||
private final DecimalFormat _pct = new DecimalFormat("0.0%");
|
||||
protected final DecimalFormat _pct = new DecimalFormat("0.0%");
|
||||
|
||||
public UpdateRunner() {
|
||||
_isRunning = false;
|
||||
|
||||
Reference in New Issue
Block a user