1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

JSON property name fix

This commit is contained in:
Loïc Blot (@U-Exp)
2014-09-12 14:22:59 +02:00
parent a380ac71ff
commit e6f8efa745
+2 -2
View File
@@ -16,8 +16,8 @@
var data = {
sms_count: 1,
sms_datas: {
{"read": 1, "date": 1410524385, "seen": 0, "address": "+33612121212", "body": "testSMS", "_id": 10},
{"read": 0, "date": 1400524385, "seen": 1, "address": "+33614121212", "body": "test SMS 2", "_id": 14},
{"read": 1, "date": 1410524385, "seen": 0, "address": "+33612121212", "body": "testSMS", "id": 10},
{"read": 0, "date": 1400524385, "seen": 1, "address": "+33614121212", "body": "test SMS 2", "id": 14},
}
};