Aleksander Machniak
2014-06-05 4f3f3b47e227408646392e7867ec21178a84ab3a
Fix regression where html code is sent as plain text (#1488649)
1 files modified
5 ■■■■■ changed files
program/js/app.js 5 ●●●●● patch | view | raw | blame | history
program/js/app.js
@@ -3595,6 +3595,11 @@
      $(e.target).filter('select').val(props.html ? 'plain' : 'html');
    }
    if (result) {
      // update internal format flag
      $("input[name='_is_html']").val(props.html ? 1 : 0);
    }
    return result;
  };