mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #682 from patbolo/bugfix-673-2
FIX #673 Do not prevent default browser behaviour when selecting page ty...
This commit is contained in:
commit
c6d6e2435e
@ -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