Skip to content

Commit

Permalink
Ajustando outros editores
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolobo committed Mar 28, 2024
1 parent d209142 commit 69992cb
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion application/views/conecte/adicionarOs.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
});

$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});
</script>
3 changes: 2 additions & 1 deletion application/views/conecte/detalhes_os.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@
<script type="text/javascript">
$(document).ready(function() {
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});

Expand Down
3 changes: 2 additions & 1 deletion application/views/garantias/adicionarGarantia.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@
dateFormat: 'dd/mm/yy'
});
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});
</script>
3 changes: 2 additions & 1 deletion application/views/garantias/editarGarantia.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
dateFormat: 'dd/mm/yy'
});
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});
</script>
3 changes: 2 additions & 1 deletion application/views/os/adicionarOs.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
dateFormat: 'dd/mm/yy'
});
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});
</script>
3 changes: 2 additions & 1 deletion application/views/vendas/adicionarVenda.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
dateFormat: 'dd/mm/yy'
});
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
$('.addclient').hide();
});
Expand Down
3 changes: 2 additions & 1 deletion application/views/vendas/editarVenda.php
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ function validarDesconto(resultado, valor) {
dateFormat: 'dd/mm/yy'
});
$('.editor').trumbowyg({
lang: 'pt_br'
lang: 'pt_br',
semantic: { 'strikethrough': 's', }
});
});
</script>

0 comments on commit 69992cb

Please sign in to comment.