mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR Fixing PageTypeBlacklistToggle link behaviour
This commit is contained in:
parent
da8a313881
commit
b8015edf75
@ -29,6 +29,7 @@ Behaviour.register({
|
||||
'a#PageTypeBlacklistToggle': {
|
||||
onclick: function(e) {
|
||||
jQuery('#PageTypeBlacklist').toggle();
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user