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

@@ -8,6 +8,7 @@ epub = application/epub+zip
flac = audio/flac
flv = video/x-flv
iso = application/x-iso9660-image
js = text/javascript
m4a = audio/mp4a-latm
m4v = video/x-m4v
mkv = video/x-matroska

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