diff --git a/mobile/head_tag.html b/mobile/head_tag.html index 6daca3f..a4565b1 100644 --- a/mobile/head_tag.html +++ b/mobile/head_tag.html @@ -91,9 +91,9 @@ api.modifyClass("controller:composer", { }, floatleft() { this.get("toolbarEvent").applySurround('[wrap="floatl"]\n', '\n[/wrap]', "float_left_text"); - } + }, bbcodecolor() { - this.get("toolbarEvent").applySurround('[color=#222]', '[/color]', bbcode_color_text"); + this.get("toolbarEvent").applySurround('[color=#222]', '[/color]', "bbcode_color_text"); } } });