first step in allowing resizing of board -- it's not persistant yet
This commit is contained in:
parent
0d5adbc340
commit
efb28ac4f1
17 changed files with 51 additions and 21 deletions
|
@ -661,19 +661,7 @@ $( ".sticker" ).draggable({
|
|||
});
|
||||
|
||||
|
||||
// //After a drag:
|
||||
// $( "#" + id ).bind( "dragstop", function(event, ui) {
|
||||
// var data = {
|
||||
// id: this.id,
|
||||
// position: ui.position,
|
||||
// oldposition: ui.originalPosition,
|
||||
// };
|
||||
//
|
||||
// sendAction('moveCard', data);
|
||||
// });
|
||||
|
||||
|
||||
|
||||
$( ".board-outline" ).resizable( { ghost: false, minWidth: 700, minHeight: 400 , maxWidth: 3200, maxHeight: 1800} );
|
||||
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue