Please help me.
When I enter the category in which I have inserted real estate from the menu, at the top of the page, below the menu, it says the following:
jQuerOs(document).ready(function () { function maxMargin(item){ var A = item, max = 0, elem; A.each(function () { var margin = parseInt( jQuerOs(this).css('margin-left', 10) ; if ( margin > max) max = margin, elem = this; if (max > 0) { // statement jQuerOs('.okno_R'.css('margin-bottom', max); } else { jQuerOs('.okno_R'.css('margin-bottom', '10px'; } }); }; maxMargin(jQuerOs('.okno_R'); });
Logged
The administrator has disabled public write access.