Added min and max width to the amount of the left panel that can be dragged.

This commit is contained in:
will 2011-01-04 14:01:47 -08:00
parent d43e9ecc8b
commit e31015bdf3

View File

@ -41,6 +41,8 @@ var md5Hashed = true;
// Setup drag and slide for the main UI
$("#west_panel").resizable({
minWidth: 221,
maxWidth: 421,
ghost: true,
stop: function(event, ui) {
var resized = ui.size.width - 1;