Commit 0192b041 by Tuomas Riihimäki

Merge branch 'master' into 'master'

Master

Created a new template called moyav2. A new theme.

See merge request !194
2 parents 3b7f0a6f 2b9d7703
Showing with 15 additions and 0 deletions
/**
* Created by ossi on 8.12.2014.
*/
$ = jQuery;
$(document).ready(function() {
$('#open-user-login').click(function() {
$('#not-logged').slideToggle(300);
$(this).toggleClass('active');
});
});
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!