Debug
This commit is contained in:
parent
8513831fa1
commit
f29a4cca87
2 changed files with 3 additions and 1 deletions
|
|
@ -1503,6 +1503,8 @@ function confirmFile(folder, table, action, id, file, target){
|
|||
/** Pega a categoria do documento */
|
||||
let documents_categorys_id = $('#documents_categorys_id').val();
|
||||
|
||||
$('#message').html('');
|
||||
|
||||
/** Verifica se a categoria já foi selecionada */
|
||||
if(documents_categorys_id > 0){
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ try{
|
|||
|
||||
</select>
|
||||
|
||||
<div id="message" class="row"></div>
|
||||
<div id="message" class="row m-2"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue