adjust sticky columns on nav width resize

Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
This commit is contained in:
Atul Pratap Singh 2013-12-26 03:19:54 +05:30
parent b7bef8471a
commit 009619dfd0

View File

@ -825,6 +825,9 @@ var ResizeHandler = function () {
var pos = event.data.resize_handler.getPos(event);
event.data.resize_handler.setWidth(pos);
}
if($('#sticky_columns').length !== 0) {
handleStickyColumns();
}
};
/**
* Event handler for collapsing the panel