mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-22 14:36:37 +00:00
oops, make "exit java process" button work again
This commit is contained in:
@@ -154,7 +154,7 @@ public class EngineResource extends BaseResource {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if ("Exit Java Process".equals(action)) {
|
||||
} else if ("exit java process".equals(action)) {
|
||||
boolean cancel = false;
|
||||
if(!"on".equals(form.getFirstValue("im_sure"))) {
|
||||
Flash.addFlash(
|
||||
|
||||
Reference in New Issue
Block a user