Skip to content

Commit

Permalink
doLocale
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangxinguo committed Jun 8, 2017
1 parent dca53e8 commit 12858ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ $(function() {
doLocale();
});
});
changeLang();
changeLanguage();
});
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function doLocale() {
}
}

function changeLang() {
function changeLanguage() {
$("#lang-zh").click(function() {
$("#content").removeClass("lang-en").addClass("lang-zh");
doLocale();
Expand Down

0 comments on commit 12858ea

Please sign in to comment.