calendar merge: d&d support and some minor cleanup and fixes

This commit is contained in:
Mario Vavti
2019-04-29 11:45:55 +02:00
parent 0cecfceb14
commit dce6a5763d
3 changed files with 91 additions and 39 deletions

View File

@@ -21,7 +21,8 @@ $(document).ready(function() {
$('#left_aside_wrapper, #right_aside_wrapper').stick_in_parent({
offset_top: parseInt($('aside').css('padding-top')),
parent: 'main',
spacer: '.aside_spacer'
spacer: '.aside_spacer',
recalc_every: 10
});
}