Revision 2aab17d7 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/common.js
33 33
		$(this).addClass('selected');
34 34
	})
35 35

  
36
	$('.select-flavor dl span').click(function(e){
37
		console.log('test');
38
		$(this).parents('dl').find('span').removeClass('current');
39
		$(this).addClass('current');
40
	})
41

  
42
	if ($('.overlay').length >0 ){
43
		$('body').addClass('with-overlay');
44
	}
45

  
36 46
})
37 47

  
38 48
$(window).resize(function(e){

Also available in: Unified diff