diff --git a/web/src/components/redactor/VueRedactor.vue b/web/src/components/redactor/VueRedactor.vue index 6f1cebac..e575aec6 100644 --- a/web/src/components/redactor/VueRedactor.vue +++ b/web/src/components/redactor/VueRedactor.vue @@ -18,7 +18,7 @@ const me = this; $(me.$refs.input).redactor({ air: true, - buttonsHide: ['image', 'link', 'format'], + buttonsHide: ['image', 'format'], lang: 'ru', placeholder: this.placeholder, callbacks: { @@ -40,4 +40,4 @@ \ No newline at end of file +