i2psnark:

- More CSS
 - .js mime type
This commit is contained in:
zzz
2014-09-09 19:53:08 +00:00
parent 12cc501e25
commit 1c5e9b7fe3
3 changed files with 10 additions and 1 deletions

View File

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