mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-30 01:46:24 +01:00
clean up - remove console log (commented out)
This commit is contained in:
parent
3c3df689f7
commit
7fb4d69d92
@ -142,7 +142,6 @@ function InlinePanel(opts) { // lgtm[js/unused-local-variable]
|
|||||||
|
|
||||||
// eslint-disable-next-line func-names
|
// eslint-disable-next-line func-names
|
||||||
children.each(function () {
|
children.each(function () {
|
||||||
// console.log($(this));
|
|
||||||
$(this).css('top', $(this).position().top);
|
$(this).css('top', $(this).position().top);
|
||||||
}).addClass('moving');
|
}).addClass('moving');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user