This commit is contained in:
flaskfarm
2022-10-14 15:38:44 +09:00
parent e0ab051c29
commit 206b116bf4
5 changed files with 9 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ $(document).ready(function(){
var protocol = window.location.protocol;
var frameSocket = io.connect(protocol + "//" + document.domain + ":" + location.port + "/framework");
console.log(frameSocket);
frameSocket.on('notify', function(data){
$.notify({