Skip to content

Commit

Permalink
Merge pull request #400 from zerwalter/citronade-fix-js
Browse files Browse the repository at this point in the history
Fixed Issue #10194: Citronade template has a typo
  • Loading branch information
Shnoulle committed Jan 5, 2016
2 parents 2460c69 + 3ed5dcf commit 5f4d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/citronade/template.js
Expand Up @@ -48,6 +48,6 @@ $(document).ready(function(){
function moveLanguageChanger(){
if($("#languageselect-wrapper").text()){
offset=$("#languageselect-wrapper").offset();
$("#languageselect-wrapper").css("float",'rigth').css('margin-top','-'+(offset.top)+'px')
$("#languageselect-wrapper").css("float",'right').css('margin-top','-'+(offset.top)+'px')
}
}

0 comments on commit 5f4d864

Please sign in to comment.