// Add nice list in installer

This commit is contained in:
rMalie
2012-02-15 13:06:03 +00:00
parent 076d6c3714
commit 20df8e3f2d
9 changed files with 412 additions and 5 deletions
+2
View File
@@ -12,4 +12,6 @@ $(document).ready(function()
$(this).fadeOut('slow');
$(this).children('div').fadeOut('slow');
});
$('select.chosen').chosen();
});