mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX SSF-124 fix issue that listchildren links for third level pages lost default ajax event bind
This commit is contained in:
parent
dc01b74152
commit
bfb81fb89f
@ -115,7 +115,7 @@
|
||||
replace: function(url){
|
||||
if(window.History.enabled) {
|
||||
var container = $('.cms-container')
|
||||
container.loadPanel(url, '', {selector: '.cms-list'});
|
||||
container.loadPanel(url, '', {selector: '.cms-list form'});
|
||||
} else {
|
||||
window.location = $.path.makeUrlAbsolute(url, $('base').attr('href'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user