#152 for child nodes

main
barisusakli 9 years ago
parent 561669fcb4
commit 4a35efea24

@ -137,7 +137,8 @@ $(document).ready(function() {
slideout.on('open', openingMenuAndLoad);
slideout.on('touchmove', function(target) {
if (target && $(target).is('code')) {
var $target = $(target);
if ($target.length && ($target.is('code') || $target.parents('code').length)) {
slideout._preventOpen = true;
}
});

Loading…
Cancel
Save