First commit for a Flask-based Attract

This commit is contained in:
2014-04-20 12:09:16 +02:00
commit e42fb2ebc0
54 changed files with 5505 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$(document).ready(function() {
/*
$('.dd_status').click(function() {
// Only call notifications when opening the dropdown
if(!$(this).hasClass('open')) {
console.log('open');
$(this).children('.dropdown-menu').html('<li><a href="#">Option</a></li>');
}
});
*/
});