// Add nice list in installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13340 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-15 13:06:03 +00:00
parent 533e120619
commit 4846d86fab
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();
});