Showing
2 changed files
with
1 additions
and
13 deletions
| ... | ... | @@ -221,9 +221,6 @@ jQuery(document).ready(function () { |
| 221 | 221 | theme: "gray", |
| 222 | 222 | height: 400, |
| 223 | 223 | toolbarButtons: [ |
| 224 | - "fontFamily", | |
| 225 | - "fontSize", | |
| 226 | - "|", | |
| 227 | 224 | "bold", |
| 228 | 225 | "italic", |
| 229 | 226 | "underline", |
| ... | ... | @@ -257,9 +254,6 @@ jQuery(document).ready(function () { |
| 257 | 254 | "fullscreen", |
| 258 | 255 | ], |
| 259 | 256 | toolbarButtonsMD: [ |
| 260 | - "fontFamily", | |
| 261 | - "fontSize", | |
| 262 | - "|", | |
| 263 | 257 | "bold", |
| 264 | 258 | "italic", |
| 265 | 259 | "underline", |
| ... | ... | @@ -293,9 +287,6 @@ jQuery(document).ready(function () { |
| 293 | 287 | "fullscreen", |
| 294 | 288 | ], |
| 295 | 289 | toolbarButtonsSM: [ |
| 296 | - "fontFamily", | |
| 297 | - "fontSize", | |
| 298 | - "|", | |
| 299 | 290 | "bold", |
| 300 | 291 | "italic", |
| 301 | 292 | "underline", |
| ... | ... | @@ -329,9 +320,6 @@ jQuery(document).ready(function () { |
| 329 | 320 | "fullscreen", |
| 330 | 321 | ], |
| 331 | 322 | toolbarButtonsXS: [ |
| 332 | - "fontFamily", | |
| 333 | - "fontSize", | |
| 334 | - "|", | |
| 335 | 323 | "bold", |
| 336 | 324 | "italic", |
| 337 | 325 | "underline", | ... | ... |