Update bas_vk_tab.html
Browse files- bas_vk_tab.html +5 -5
bas_vk_tab.html
CHANGED
|
@@ -318,7 +318,8 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 318 |
{title:"Реплики", field:"b_mess", width:95, cellClick:function(e, cell){
|
| 319 |
var data = cell.getData();
|
| 320 |
const notyf = new Notyf({
|
| 321 |
-
|
|
|
|
| 322 |
position: {
|
| 323 |
x: 'right',
|
| 324 |
y: 'top',
|
|
@@ -376,12 +377,11 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
| 376 |
},
|
| 377 |
types: [
|
| 378 |
{
|
| 379 |
-
|
| 380 |
-
|
| 381 |
-
duration: 5000,
|
| 382 |
dismissible: true,
|
| 383 |
message: 'Опросы: ' + data.pr2,
|
| 384 |
-
|
| 385 |
}
|
| 386 |
]
|
| 387 |
});
|
|
|
|
| 318 |
{title:"Реплики", field:"b_mess", width:95, cellClick:function(e, cell){
|
| 319 |
var data = cell.getData();
|
| 320 |
const notyf = new Notyf({
|
| 321 |
+
dismissible: true,
|
| 322 |
+
duration: 10000,
|
| 323 |
position: {
|
| 324 |
x: 'right',
|
| 325 |
y: 'top',
|
|
|
|
| 377 |
},
|
| 378 |
types: [
|
| 379 |
{
|
| 380 |
+
|
| 381 |
+
duration: 10000,
|
|
|
|
| 382 |
dismissible: true,
|
| 383 |
message: 'Опросы: ' + data.pr2,
|
| 384 |
+
|
| 385 |
}
|
| 386 |
]
|
| 387 |
});
|