Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/news.list/news2/
Upload File :
Current File : /var/www/homesaver/www/local/templates/aspro_next/components/bitrix/news.list/news2/script.js

$(document).ready(function(){
	if($('.item.slice-item').length)
	{
		$('.item.slice-item .title').sliceHeight();
	}
})
BX.addCustomEvent('onCompleteAction', function(eventdata){
	if(eventdata.action === 'ajaxContentLoaded')
	{
		$('.item.slice-item .title').sliceHeight();
	}
});