gest366/assets/js/functions.js

9 lines
152 B
JavaScript
Raw Normal View History

2021-02-24 20:40:04 +00:00
function message($msg) {
swal({
title: 'Error!',
text: 'Do you want to continue',
type: 'error',
confirmButtonText: 'Cool'
})
}