summaryrefslogtreecommitdiff
path: root/cao-common.js
diff options
context:
space:
mode:
Diffstat (limited to 'cao-common.js')
-rw-r--r--cao-common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cao-common.js b/cao-common.js
index 2e62d2b..3064cd7 100644
--- a/cao-common.js
+++ b/cao-common.js
@@ -94,7 +94,7 @@ var CAO = function() {
};
map_handle_notif['received_card'] = function(result) {
- var idx = result['card']['idx'];
+ var idx = result['card']['id'];
var desc = result['card']['desc'];
white_cards[idx] = desc;