Deleted some stuff that does not work correctly in old browser (IE 8)
Better check for FF Cleand up inside the code
This commit is contained in:
@@ -87,13 +87,9 @@ beef.net = {
|
||||
//Queues the current command and flushes the queue straight away
|
||||
send: function(handler, cid, results, callback) {
|
||||
|
||||
// if ( typeof beef.websocket == "undefined"){
|
||||
this.queue(handler, cid, results, callback);
|
||||
this.flush();
|
||||
//}
|
||||
// else
|
||||
// beef.websocket.send(results);
|
||||
},
|
||||
},
|
||||
|
||||
//Flush all currently queued commands to the framework
|
||||
flush: function() {
|
||||
|
||||
Reference in New Issue
Block a user