1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 14:31:19 +02:00

[ticket/10037] Apply attached patch with a few changes

PHPBB3-10037
This commit is contained in:
Oliver Schramm
2013-07-25 15:47:55 +02:00
parent 76a7d544cf
commit 866e475f96
4 changed files with 41 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
<script type="text/javascript">
// <![CDATA[
var form_name = 'postform';
var text_name = 'message';
var form_name = opener.form_name;
var text_name = opener.text_name;
// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>