X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Fstatic%2Fjs%2Fchloro.js;h=b5ae3134f5042660ba6f2f37282fedacc330491d;hp=781836f0c50aea826a670179da9340b3cdfff047;hb=1664f6c1166ac2237456e274cdd139f2a227b660;hpb=fbedb25772d4531fe324c7a3bf88eac63c35518b diff --git a/chloro/phyll/static/js/chloro.js b/chloro/phyll/static/js/chloro.js index 781836f..b5ae313 100644 --- a/chloro/phyll/static/js/chloro.js +++ b/chloro/phyll/static/js/chloro.js @@ -192,7 +192,7 @@ '' + ''); style_popup.hide(); - style_popup.insertAfter($('.actions')); + style_popup.insertAfter(document.body); style_popup.find('button').on('click', update_style); style_popup.find('[name=link-target]').on('keypress', validate_link).on('focusout', focusout_link); }