Sha256: a16560e0436eae8c4645c16132fb045013a569bf5e736f8660c1c3240278ecb9
Contents?: true
Size: 600 Bytes
Versions: 17
Compression:
Stored size: 600 Bytes
Contents
I"L(function() { window.mensagem_success = function(str) { return toastr.success(str, 'Sucesso!'); }; window.mensagem_error = function(str) { return toastr.error(str, 'Erro!'); }; window.mensagem_notice = function(str) { return toastr.warning(str, 'Atenção!'); }; window.mensagem_alert = function(str) { return toastr.warning(str, 'Atenção!'); }; window.mensagem_warning = function(str) { return toastr.warning(str, 'Atenção!'); }; window.mensagem_info = function(str) { return toastr.info(str, 'Informação!'); }; }).call(this); :ET
Version data entries
17 entries across 17 versions & 1 rubygems