mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
11 lines
159 B
HTML
11 lines
159 B
HTML
|
<script>
|
||
|
|
||
|
var doc = document;
|
||
|
doc.open();
|
||
|
doc.write( window.opener._cke_htmlToLoad );
|
||
|
doc.close();
|
||
|
|
||
|
delete window.opener._cke_htmlToLoad;
|
||
|
|
||
|
</script>
|