Commit d8088b87 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

life at dic js

See merge request manzarH/dic-global-dev!60
parents 5c9c3480 86314d51
...@@ -1958,6 +1958,20 @@ ...@@ -1958,6 +1958,20 @@
}] }]
}); });
/*Life at dic*/
$('.scroll-pane').jScrollPane(
{
showArrows: false,
horizontalGutter: 100,
verticalGutter: 100,
//mouseWheelSpeed: 50
}
);
var getLength = $('.count_li_item').find('li').length;
$('.strip_c_line span').css({'width':(getLength*200) +'px'})
/*Manzar Code ended*/ /*Manzar Code ended*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment