window.Quser iso root.Quser

This commit is contained in:
2012-08-30 12:00:21 +02:00
parent 8c7b5a89a2
commit 1eab95a29a
+1 -2
View File
@@ -1,5 +1,5 @@
root = exports ? this
root.Quser=
window.Quser=
handle_active_list: (callback) ->
$.get('/user/list_info.json', (res) ->
if !res.list_active
@@ -133,7 +133,6 @@ root.Quser=
)
actions_for_table: (table)->
table = JSON.parse(table) if typeof(table) == 'string'
alert(table)
$.get('/user/table_info.json?table_id='+table.table_id, (res)->
if res.occupied
alert('Table is occupied')