mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-30 20:51:22 +00:00 
			
		
		
		
	increase timeout of noty error
This commit is contained in:
		
							parent
							
								
									ea99276a9c
								
							
						
					
					
						commit
						162353b5e0
					
				|  | @ -82,11 +82,11 @@ function check_queue() { | |||
| 					$('#status_'+data.data).html('<?php printMLText('index_error'); ?>'); | ||||
| 					noty({ | ||||
| 						text: data.message, | ||||
| 						type: (data.success) ? 'success' : 'error', | ||||
| 						type: 'error', | ||||
| 						dismissQueue: true, | ||||
| 						layout: 'topRight', | ||||
| 						theme: 'defaultTheme', | ||||
| 						timeout: 1500, | ||||
| 						timeout: 25000, | ||||
| 					}); | ||||
| 				} | ||||
| 			}, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann