Update biz_v.html
Browse files- biz_v.html +15 -15
biz_v.html
CHANGED
|
@@ -72,21 +72,21 @@
|
|
| 72 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
|
| 73 |
<script>
|
| 74 |
toastr.options = {
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
};
|
| 91 |
|
| 92 |
document.getElementById('sendRequestButton').addEventListener('click', function() {
|
|
|
|
| 72 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js"></script>
|
| 73 |
<script>
|
| 74 |
toastr.options = {
|
| 75 |
+
"closeButton": false,
|
| 76 |
+
"debug": false,
|
| 77 |
+
"newestOnTop": false,
|
| 78 |
+
"progressBar": false,
|
| 79 |
+
"positionClass": "toast-top-right",
|
| 80 |
+
"preventDuplicates": false,
|
| 81 |
+
"onclick": null,
|
| 82 |
+
"showDuration": "300",
|
| 83 |
+
"hideDuration": "1000",
|
| 84 |
+
"timeOut": "5000",
|
| 85 |
+
"extendedTimeOut": "1000",
|
| 86 |
+
"showEasing": "swing",
|
| 87 |
+
"hideEasing": "linear",
|
| 88 |
+
"showMethod": "fadeIn",
|
| 89 |
+
"hideMethod": "fadeOut"
|
| 90 |
};
|
| 91 |
|
| 92 |
document.getElementById('sendRequestButton').addEventListener('click', function() {
|