Refine layout.

This commit is contained in:
MinSoo Kim 2016-09-21 00:41:17 +09:00
parent 94a866aa69
commit 123a133ab9
3 changed files with 51 additions and 22 deletions

View file

@ -49,7 +49,7 @@ $(function() {
}
// Language Select
$('.language>.toggle').click(function(){
$('.layout_language>.toggle').click(function(){
$('.selectLang').toggle();
});
});