Skip to content

Commit

Permalink
Release 2.0.10: Correção da exibição de parcelas
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoliveiraGN committed May 3, 2023
1 parent 07997e1 commit 4193cc2
Show file tree
Hide file tree
Showing 9 changed files with 299 additions and 578 deletions.
293 changes: 0 additions & 293 deletions assets/js/gn-checkout.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/js/payment-token-efi.min.js

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions assets/js/scripts-boleto.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
jQuery(document).ready(
function ($) {

let swalCss = $("<style></style>").html(".colored-toast .swal2-title {color: white;}.colored-toast .swal2-close {color: white;}.colored-toast .swal2-html-container {color: white;}.colored-toast.swal2-icon-error {background-color: #f27474 !important;}")
$("#payment").after(swalCss);
if(!document.getElementById('swalCss')){
let swalCss = $( "<style id='swalCss'></style>" ).html( ".colored-toast .swal2-title {color: white;}.colored-toast .swal2-close {color: white;}.colored-toast .swal2-html-container {color: white;}.colored-toast.swal2-icon-error {background-color: #f27474 !important;}" )
$( "#payment" ).after( swalCss );
}

if (document.getElementById("gn_boleto_cpf_cnpj")) {
$('#gn_boleto_cpf_cnpj').keyup(
Expand Down
Loading

0 comments on commit 4193cc2

Please sign in to comment.