remove log in custom js
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user