aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/editor.js
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-30 12:41:24 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-30 12:41:24 +0200
commite9601813c17d55f2d2daf63300559c7df347954c (patch)
treecc650acca8a1f90b4095a3298d9c8c7e4a42d9b4 /phpBB/assets/javascript/editor.js
parent03cb588ac63ccd924db26d82f269541d2d8df9ba (diff)
parentd6cd90d3258387493da813a1251252c57344c405 (diff)
downloadforums-e9601813c17d55f2d2daf63300559c7df347954c.tar
forums-e9601813c17d55f2d2daf63300559c7df347954c.tar.gz
forums-e9601813c17d55f2d2daf63300559c7df347954c.tar.bz2
forums-e9601813c17d55f2d2daf63300559c7df347954c.tar.xz
forums-e9601813c17d55f2d2daf63300559c7df347954c.zip
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/posting_body.html
Diffstat (limited to 'phpBB/assets/javascript/editor.js')
-rw-r--r--phpBB/assets/javascript/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/assets/javascript/editor.js b/phpBB/assets/javascript/editor.js
index c58e4d19dd..298526ab1f 100644
--- a/phpBB/assets/javascript/editor.js
+++ b/phpBB/assets/javascript/editor.js
@@ -159,7 +159,7 @@ function insert_text(text, spaces, popup) {
/**
* Add inline attachment at position
*/
-function attach_inline(index, filename) {
+function attachInline(index, filename) {
insert_text('[attachment=' + index + ']' + filename + '[/attachment]');
document.forms[form_name].elements[text_name].focus();
}