mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
optimize the row height in web ui
This commit is contained in:
@@ -21,7 +21,7 @@ exports.avalibility = function(test){
|
||||
//test web socket
|
||||
setTimeout(function(){
|
||||
var ws = new WebSocket('ws://127.0.0.1:' + SOCKET_PORT , {
|
||||
protocolVersion: 8
|
||||
protocolVersion: 8
|
||||
});
|
||||
|
||||
ws.on('open', function open(){});
|
||||
|
||||
Reference in New Issue
Block a user