|
|
@ -137,7 +137,8 @@ $(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
|
|
slideout.on('open', openingMenuAndLoad);
|
|
|
|
slideout.on('open', openingMenuAndLoad);
|
|
|
|
slideout.on('touchmove', function(target) {
|
|
|
|
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;
|
|
|
|
slideout._preventOpen = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|