MINOR Don't emulate built-in radiobutton behaviour in CMSMain.AddForm.js

This commit is contained in:
Ingo Schommer 2011-10-29 13:00:26 +02:00
parent 748c0196cc
commit 2ac0ea78cf

View File

@ -66,7 +66,6 @@
$(".cms-add-form #PageType li").entwine({
setSelected: function(bool) {
this.toggleClass('selected', bool);
this.find('input').attr('checked', bool ? 'checked' : null);
},
setEnabled: function(bool) {
$(this).toggleClass('disabled', bool);