Compare commits

..

No commits in common. '11d4d559cdec63ce2c8f474ae06c321c490ab707' and '4e10288eb42daec35ddaf79d82df1e6b7c08adb6' have entirely different histories.

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

Loading…
Cancel
Save