update
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user