Blame view

backend/web/js/language.js 155 Bytes
14a09168   Alex Savenko   init commit
1
2
3
4
5
6
  $(function() {

  	$(document).on('click', '.settings_menu>li>a', function() {

  		console.log('event');

  		$(this).parent().toggleClass('active');

  	});

  });