Commit 5225b308 by Ossi Pesonen

Added v2 template

1 parent 380c6c51
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!