mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Apply loading styling to edit forms as well as content areas
This commit is contained in:
parent
7be28d5714
commit
ec2b0a437d
@ -264,7 +264,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
$('.cms-content.loading').entwine({
|
||||
$('.cms-content.loading,.cms-edit-form.loading').entwine({
|
||||
onmatch: function() {
|
||||
this.append('<div class="cms-content-loading-overlay ui-widget-overlay-light"></div>');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user