mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX #673 Do not prevent default browser behaviour when selecting page type on new page creation
This commit is contained in:
parent
a15081fbcc
commit
685b82a985
@ -68,7 +68,6 @@
|
||||
|
||||
$(".cms-add-form #PageType li").entwine({
|
||||
onclick: function(e) {
|
||||
e.preventDefault();
|
||||
this.setSelected(true);
|
||||
},
|
||||
setSelected: function(bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user