day work towards ios and qr optimization
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
//= require_directory .
|
||||
//= require_self
|
||||
var path_mapping = {
|
||||
user_root: '/user/home',
|
||||
join_occupied_table: '/user/join_occupied_table',
|
||||
list_products_for_table: '/user/list_products_for_table',
|
||||
list_products: '/user/list_products',
|
||||
active_list: '/user/active_list',
|
||||
history_list: '/user/history_list',
|
||||
obtain_user_token: '/user/obtain_token',
|
||||
lists_history: '/user/list_history'
|
||||
user_root: '/index',
|
||||
join_occupied_table: '/join_occupied_table',
|
||||
list_products_for_table: '/list_products_for_table',
|
||||
list_products: '/list_products',
|
||||
active_list: '/active_list',
|
||||
history_list: '/history_list',
|
||||
obtain_user_token: '/obtain_token',
|
||||
lists_history: '/list_history'
|
||||
}
|
||||
var $translations = {
|
||||
en: {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
data_host = window.data_host
|
||||
root_url = QMobile.root_url()
|
||||
authentication_string = QMobile.authentication_string()
|
||||
authentication_object = $.parseJSON(QMobile.authentication_object())
|
||||
class Quser
|
||||
|
||||
Reference in New Issue
Block a user