// Add nice list in installer

This commit is contained in:
rMalie
2012-02-15 13:06:03 +00:00
parent 3a4994bb7e
commit c2df5e8d1a
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();
});