Revision 2be26b73 snf-astakos-app/astakos/im/static/im/js/common.js

b/snf-astakos-app/astakos/im/static/im/js/common.js
194 194
		$(this).hide();
195 195
	})
196 196
	
197
	
198
	$('.widjet-x').click(function(e){
199
		e.preventDefault();
200
		$(this).siblings('ul').hide('slow');
201
		$(this).hide();
202
	})
203
	
197 204
});
198 205

  
199 206
$(window).resize(function() {

Also available in: Unified diff