Browse Source

Fix #603

pull/626/head
Eduardo Edson Batista Cordeiro Alves 8 years ago
parent
commit
4635711f1c
  1. 4
      sapl/static/js/app.js
  2. 2
      sapl/templates/sessao/expediente.html

4
sapl/static/js/app.js

@ -13,7 +13,9 @@ function initTinymce(elements, readonly=false) {
}
if (readonly) {
config_tinymce.readonly = 1
config_tinymce.readonly = 1,
config_tinymce.menubar = false,
config_tinymce.toolbar = false
}
if (elements != null) {

2
sapl/templates/sessao/expediente.html

@ -35,7 +35,7 @@
{% endif %}
{% endblock detail_content %}
<!-- Texto RICO -->
<!-- Texto RICO -->
{% block extra_js %}
{% if perms|get_add_perm:view %}
<script language="JavaScript">

Loading…
Cancel
Save