Commit 7b5a8efa authored by Mesiade's avatar Mesiade

Optimization

parent 39e94941
...@@ -211,6 +211,9 @@ ...@@ -211,6 +211,9 @@
language: 'cn' language: 'cn'
} }
}); });
// $('#chat-pane').append('<p class="chat_close" ></p>');
Candy.Util.getPosTopAccordingToWindowBounds = function(elem, pos) { Candy.Util.getPosTopAccordingToWindowBounds = function(elem, pos) {
var backgroundPositionAlignment, elemHeight, marginDiff, relative, windowHeight; var backgroundPositionAlignment, elemHeight, marginDiff, relative, windowHeight;
windowHeight = $(document).height(); windowHeight = $(document).height();
...@@ -505,5 +508,10 @@ ...@@ -505,5 +508,10 @@
$('#rooms').html('正在读取服务器列表...'); $('#rooms').html('正在读取服务器列表...');
return Server.fetch(); return Server.fetch();
}); });
}).call(this); }).call(this);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment