Skip to content
Snippets Groups Projects
Commit ae6dbf20 authored by Mikhail I. Izmestev's avatar Mikhail I. Izmestev
Browse files

disable diff button when no two revisions are selected FS#1663

Ignore-this: 9c8cf4530d94d7168e34158c59ee4c66

darcs-hash:20090526104223-8beed-76c3e9ef68cc651518994ce31a0e4dfe566e7020.gz
parent 0a9d7f86
No related branches found
No related tags found
No related merge requests found
......@@ -497,6 +497,8 @@ addInitEvent(function(){
else input2.disabled = (input2.type!='checkbox');
}
});
} else if(input1.type=='submit'){
input1.disabled = true;
}
}
});
......
......@@ -137,6 +137,7 @@ div.dokuwiki textarea.edit[disabled],
div.dokuwiki textarea.edit[readonly],
div.dokuwiki input.edit[disabled],
div.dokuwiki input.edit[readonly],
div.dokuwiki input.button[disabled],
div.dokuwiki select.edit[disabled] {
background-color: __background_neu__!important;
color: __text_neu__!important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment