Adding few seconds before internet check
This commit is contained in:
		@@ -46,7 +46,7 @@
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        created: function() {
 | 
					        created: function() {
 | 
				
			||||||
            setTimeout(function () { this.internet_check(); }.bind(this), 1000);
 | 
					            setTimeout(function () { this.internet_check(); }.bind(this), 5000);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user