Thomas Bruederli
2014-06-05 8bd59c332782eea8b3de4ca5c22942e62100140f
Merge branch 'master' of github.com:roundcube/roundcubemail
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;
  };