forked from I2P_Developers/i2p.i2p
i2psnark:
- More CSS - .js mime type
This commit is contained in:
@ -2,7 +2,7 @@ function setupbuttons() {
|
||||
updatesetallbuttons();
|
||||
var form = document.forms[0];
|
||||
form.savepri.disabled = true;
|
||||
form.savepri.className = 'foo';
|
||||
form.savepri.className = 'disabled';
|
||||
}
|
||||
|
||||
function priorityclicked() {
|
||||
|
Reference in New Issue
Block a user