commercial plugins

This commit is contained in:
Serghey Rodin 2015-11-04 00:21:11 +02:00
commit 88149f94d5
29 changed files with 458 additions and 51 deletions

View file

@ -424,12 +424,19 @@
}
}
});
$('table').on('mousedown', 'td', function(e) {
if (e.ctrlKey) {
e.preventDefault();
}
});
}
$(document).click(function(evt){
//close notification popup
$('.notification-container').hide();
$('.l-profile__notifications').removeClass('active');
});
});
</script>