Cleaned and organised many css/js files

This commit is contained in:
Dan Brown
2015-09-03 16:51:10 +01:00
parent 713827f941
commit d990c3cec9
31 changed files with 636 additions and 638 deletions

View File

@ -0,0 +1,10 @@
$(function () {
$('.notification').click(function () {
$(this).fadeOut(100);
});
// Dropdown toggles
$('[data-dropdown]').dropDown();
});