cleanup and add translation hooks
This commit is contained in:
@@ -18,7 +18,7 @@ html lang="en"
|
||||
link href="/favicon.ico" rel="shortcut icon"
|
||||
javascript:
|
||||
var data_host = '#{Rails.env == 'development' ? 'http://qwaiter.dev' : 'http://data.qwaiter.com' }';
|
||||
var data_host = 'http://localhost:3000';
|
||||
//var data_host = 'http://localhost:3000';
|
||||
var event_host = '#{event_host}';
|
||||
//data_host = 'http://192.168.1.148:3000';
|
||||
var $locale = 'en';
|
||||
@@ -80,3 +80,5 @@ html lang="en"
|
||||
/ Placed at the end of the document so the pages load faster
|
||||
= javascript_include_tag "user/application"
|
||||
= yield :footer
|
||||
javascript:
|
||||
jQuery(function(){#{onload_javascript}});
|
||||
|
||||
Reference in New Issue
Block a user