remove log in custom js
This commit is contained in:
@@ -2,8 +2,6 @@ $(document).ready(function() {
|
||||
$('body').bootstrapMaterialDesign();
|
||||
|
||||
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({
|
||||
height: height,
|
||||
|
||||
Reference in New Issue
Block a user