FIX #673 Do not prevent default browser behaviour when selecting page type on new page creation

This commit is contained in:
jean 2013-04-12 19:39:54 +12:00
parent a15081fbcc
commit 685b82a985

View File

@ -68,7 +68,6 @@
$(".cms-add-form #PageType li").entwine({
onclick: function(e) {
e.preventDefault();
this.setSelected(true);
},
setSelected: function(bool) {