mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 16:12:03 +02:00
not used
This commit is contained in:
@@ -64,7 +64,6 @@ define('composer/resize', function() {
|
||||
function toggleHeight(e) {
|
||||
var triggerIconEl = $('.resizer i');
|
||||
if (e.clientY - resizeDown === 0){
|
||||
var newHeight;
|
||||
var max = $(window).height() - $('#header-menu').height() - 20;
|
||||
if (max !== postContainer.height()){
|
||||
postContainer.css('height', max);
|
||||
|
||||
Reference in New Issue
Block a user