DmitrMakeev commited on
Commit
4ca4f35
1 Parent(s): 7d01bae

Update biz_v.html

Browse files
Files changed (1) hide show
  1. 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
- "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() {
 
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() {