mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Showing 'edit member profile' popup as a ghost when dragged, to avoid performance problems with iframe
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92636 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
0b0e10d01d
commit
ccb7e89ae7
@ -308,6 +308,7 @@
|
|||||||
modal: true,
|
modal: true,
|
||||||
height: 300,
|
height: 300,
|
||||||
width: 500,
|
width: 500,
|
||||||
|
ghost: true,
|
||||||
resizeStop: function(e, ui) {
|
resizeStop: function(e, ui) {
|
||||||
self._resize();
|
self._resize();
|
||||||
self._saveState();
|
self._saveState();
|
||||||
|
Loading…
Reference in New Issue
Block a user