diff --git a/app/assets/javascripts/quser.js.coffee b/app/assets/javascripts/quser.js.coffee index 30e59989..5a0ba271 100644 --- a/app/assets/javascripts/quser.js.coffee +++ b/app/assets/javascripts/quser.js.coffee @@ -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')