Просмотр исходного кода

ignored image for cleanup html in text editor

version-14
Akhilesh Darjee 11 лет назад
Родитель
Сommit
12960331d0
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      public/js/wn/ui/editor.js

+ 1
- 1
public/js/wn/ui/editor.js Просмотреть файл

@@ -125,7 +125,7 @@ bsEditor = Class.extend({
clean_html: function() {
var html = this.editor.html() || "";
if(!strip(this.editor.text())) html = "";
if(!strip(this.editor.text()) && !(this.editor.find("img"))) html = "";
// html = html.replace(/(<br>|\s|<div><br><\/div>|&nbsp;)*$/, '');

// remove custom typography (use CSS!)


Загрузка…
Отмена
Сохранить