diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-20 10:04:03 +0300 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-20 10:04:03 +0300 |
commit | c29257f732ce23346e3f85d9a7ee99bff728ca84 (patch) | |
tree | f654b0e84280bbaa327c62b0c9f2cccf328aeed8 /phpBB/styles/prosilver/template/posting_editor.html | |
parent | a2a6357fd5acd2d3cd647601dad08dc08341ad93 (diff) | |
download | forums-c29257f732ce23346e3f85d9a7ee99bff728ca84.tar forums-c29257f732ce23346e3f85d9a7ee99bff728ca84.tar.gz forums-c29257f732ce23346e3f85d9a7ee99bff728ca84.tar.bz2 forums-c29257f732ce23346e3f85d9a7ee99bff728ca84.tar.xz forums-c29257f732ce23346e3f85d9a7ee99bff728ca84.zip |
[ticket/11556] Load apply_onkeypress_event() correctly
PHPBB3-11556
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 8156968098..83dc6111dd 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -1,9 +1,3 @@ -<script type="text/javascript"> -// <![CDATA[ - onload_functions.push(apply_onkeypress_event); -// ]]> -</script> - <fieldset class="fields1"> <!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF --> |