Navigation Menu

Skip to content

Commit

Permalink
add missing translate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Levinger committed Feb 16, 2013
1 parent b5621b6 commit 6aae190
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boris/media/javascripts/translate.js
@@ -0,0 +1,6 @@
(function() {
$('#setlang select').change(function() {
this.form.submit();
});
$('#setlang input[type="submit"]').hide();
}).call(this);

0 comments on commit 6aae190

Please sign in to comment.