FIX: error on mobile javascript
This commit is contained in:
parent
c521c18da4
commit
43f2190a89
@ -91,9 +91,9 @@ api.modifyClass("controller:composer", {
|
|||||||
},
|
},
|
||||||
floatleft() {
|
floatleft() {
|
||||||
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
|
this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text");
|
||||||
}
|
},
|
||||||
bbcodecolor() {
|
bbcodecolor() {
|
||||||
this.get("toolbarEvent").applySurround('[color=#222]', '[/color]', bbcode_color_text");
|
this.get("toolbarEvent").applySurround('[color=#222]', '[/color]', "bbcode_color_text");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user