remove log in custom js

This commit is contained in:
Yan
2017-11-15 19:15:20 +06:30
parent f8823360e3
commit 059d1fc853

View File

@@ -2,8 +2,6 @@ $(document).ready(function() {
$('body').bootstrapMaterialDesign(); $('body').bootstrapMaterialDesign();
var height = ($(window).height() - ($('.legal').outerHeight() + $('.user-info').outerHeight() + $('.navbar').innerHeight())); var height = ($(window).height() - ($('.legal').outerHeight() + $('.user-info').outerHeight() + $('.navbar').innerHeight()));
console.log(height);
console.log($('#order-detail-slimscroll').attr('data-height'))
$('#custom-slimscroll').slimScroll({ $('#custom-slimscroll').slimScroll({
height: height, height: height,