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:
Graziano Felline
2012-04-14 19:42:53 +02:00
parent 185b1be30f
commit 2755c6449c
4 changed files with 5 additions and 15 deletions

View File

@@ -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() {