update
This commit is contained in:
@@ -24,8 +24,6 @@ $(document).ready(function() {
|
|||||||
if (MODULE_NAME == 'restart') {
|
if (MODULE_NAME == 'restart') {
|
||||||
$('#loading').show();
|
$('#loading').show();
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
}, 2000);
|
|
||||||
|
|
||||||
var protocol = window.location.protocol;
|
var protocol = window.location.protocol;
|
||||||
var restartSocket = io.connect(window.location.href);
|
var restartSocket = io.connect(window.location.href);
|
||||||
|
|
||||||
@@ -33,6 +31,7 @@ $(document).ready(function() {
|
|||||||
console.log('접속 받음')
|
console.log('접속 받음')
|
||||||
window.location.href = referer;
|
window.location.href = referer;
|
||||||
});
|
});
|
||||||
|
}, 3000);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user