|
|
|
@ -55,9 +55,12 @@ function makeDragable(dragHandle, dragTarget) {
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
makeDragable('#shell_03header', '#shell_03');
|
|
|
|
|
// makeDragable('#shell_03header', '#shell_03');
|
|
|
|
|
makeDragable('#week_05header', '#week_05');
|
|
|
|
|
|
|
|
|
|
// using jquery-ui
|
|
|
|
|
$( "#shell_03header" ).draggable({ handle: "#shell_03" });
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|