]> git.agnieray.net Git - galette.git/blobdiff - galette/webroot/js/common.js
Rework lang selector; drop flags
[galette.git] / galette / webroot / js / common.js
index 32f756e7746a7b52d728463b60ef03f1fd92e12f..8666015cc21799c52268a9045baf921974c8ef1e 100644 (file)
@@ -222,4 +222,8 @@ $(function() {
             }
         });
     }
+
+    $('#lang_selector').change(function() {
+        this.form.submit();
+    });
 });