mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-27 23:24:26 +00:00
Fix #281 - change of mining CPU count not working
This commit is contained in:
parent
5237b06a9e
commit
995ec08a5a
@ -281,6 +281,7 @@ function interfaceNetworkHandlers() {
|
||||
$( ".add-peer").bind( "click", addPeerClick );
|
||||
$( ".add-dns").bind( "click", addDNSClick );
|
||||
$( "select.genblock").change( setGenerate );
|
||||
$( ".genproclimit").change( setGenerate );
|
||||
$( ".update-spam-msg").bind( "click", setSpamMsg );
|
||||
$( ".terminate-daemon").bind( "click", exitDaemon )
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user