put translation javascript code in separate file

This commit is contained in:
Stella Rouzi 2014-12-26 12:19:56 +02:00
parent bca62e6204
commit 10001c5383
4 changed files with 8 additions and 10 deletions

View file

@ -34,6 +34,7 @@
//= require osem-datepickers
//= require osem-datatables
//= require osem-tickets
//= require osem-translation
$(document).ready(function() {
$('a[disabled=disabled]').click(function(event){

View file

@ -0,0 +1,6 @@
window.liveSettings = {
api_key: '',
picker: "bottom-right",
detectlang: true,
autocollect: true
};