Merge branch 'master' into mistletoe
This commit is contained in:
commit
b3579dd596
12 changed files with 58 additions and 49 deletions
|
@ -1,4 +1,8 @@
|
|||
makeBold = function (form) {
|
||||
function formkey() {
|
||||
return document.getElementById("formkey").innerHTML;
|
||||
}
|
||||
|
||||
function makeBold(form) {
|
||||
var text = document.getElementById(form);
|
||||
var startIndex = text.selectionStart,
|
||||
endIndex = text.selectionEnd;
|
||||
|
@ -17,7 +21,7 @@ makeBold = function (form) {
|
|||
}
|
||||
}
|
||||
|
||||
makeItalics = function (form) {
|
||||
function makeItalics(form) {
|
||||
var text = document.getElementById(form);
|
||||
var startIndex = text.selectionStart,
|
||||
endIndex = text.selectionEnd;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue