Revision ef083adf snf-astakos-app/astakos/im/static/im/js/common.js

b/snf-astakos-app/astakos/im/static/im/js/common.js
282 282
    
283 283
    $('.landing-page .pithos').hover(
284 284
      function () {
285
      	 el = $('.cloudbar ul.services li:nth-child(2)');
285
      	 el = $('.cloudbar ul.services li:nth-child(3)');
286 286
      	 var offset = el.offset();
287 287
      	 positionX = offset.left;
288 288
      	 left = parseInt(positionX) +20;
......
296 296
    
297 297
    $('.landing-page .cyclades').hover(
298 298
      function () {
299
      	 el = $('.cloudbar ul.services li:nth-child(3)').first();
299
      	 el = $('.cloudbar ul.services li:nth-child(2)').first();
300 300
      	 var offset = el.offset();
301 301
      	 positionX = offset.left;
302 302
      	 left = parseInt(positionX) +20;
......
326 326
    	e.preventDefault();
327 327
    });
328 328
	  
329
	  
329
	// fix for recaptcha fields
330
	$('#okeanos_recaptcha').parents('.form-row').find('.extra-img').hide();	  
330 331
     
331 332
	 
332 333
	    

Also available in: Unified diff