aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 20:29:37 +0300
committerVjacheslav Trushkin <cyberalien@gmail.com>2013-05-20 20:29:37 +0300
commitb2e5cc89344d641394e5c15575379de3c86c0806 (patch)
treeced15a9c949bf8b3c6fa5836482b633e4790890a /phpBB/styles/subsilver2
parent3dae0cfcaefc69d5524e03d1b8b282deae9f181d (diff)
downloadforums-b2e5cc89344d641394e5c15575379de3c86c0806.tar
forums-b2e5cc89344d641394e5c15575379de3c86c0806.tar.gz
forums-b2e5cc89344d641394e5c15575379de3c86c0806.tar.bz2
forums-b2e5cc89344d641394e5c15575379de3c86c0806.tar.xz
forums-b2e5cc89344d641394e5c15575379de3c86c0806.zip
[feature/editor-code-tabs] Apply code editor to everything
Move code editor from prosilver to assets Apply code editor to subsilver2 Apply code editor to ACP elements where bbcode is allowed PHPBB3-11557
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/editor.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/editor.js b/phpBB/styles/subsilver2/template/editor.js
index 93506b8d4a..6cf616e180 100644
--- a/phpBB/styles/subsilver2/template/editor.js
+++ b/phpBB/styles/subsilver2/template/editor.js
@@ -38,6 +38,7 @@ function initInsertions() {
}
var textarea = doc.forms[form_name].elements[text_name];
+ phpbb.applyCodeEditor(textarea);
if (is_ie && typeof(baseHeight) !== 'number') {
textarea.focus();