9 lines
152 B
JavaScript
9 lines
152 B
JavaScript
function message($msg) {
|
|
|
|
swal({
|
|
title: 'Error!',
|
|
text: 'Do you want to continue',
|
|
type: 'error',
|
|
confirmButtonText: 'Cool'
|
|
})
|
|
} |