Implements the topics of pull request #58

pull/72/head
Rodolfo Berrios 2020-08-26 13:13:26 -04:00
parent 723bf68f7a
commit 2854bde512
2 changed files with 4 additions and 3 deletions

View File

@ -254,8 +254,9 @@
"BUTTON" "BUTTON"
? ' <button %x type="button" class="button button-icon-only" title="%text"><i class="icon fa-cloud-upload fa-fw" aria-hidden="true"></i></button> ' ? ' <button %x type="button" class="button button-icon-only" title="%text"><i class="icon fa-cloud-upload fa-fw" aria-hidden="true"></i></button> '
: ' <input %x type="button" class="button2" value="%text"> ', : ' <input %x type="button" class="button2" value="%text"> ',
sibling: ".bbcode-img", sibling: document.querySelector("#format-buttons *:first-child") && document.querySelector("#format-buttons *:first-child").tagName ==
siblingPos: "before" "BUTTON" ? ".bbcode-img" : "#message-box textarea.inputbox",
siblingPos: "after"
}, },
check: "phpbb", check: "phpbb",
getEditor: function () { getEditor: function () {

File diff suppressed because one or more lines are too long