From: Alan Knowles Date: Fri, 25 May 2012 10:19:14 +0000 (+0800) Subject: Pman.Dialog.CoreNotifyRecur.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=22350ca4fb84ee253e969a95c796392adc1c06c5 Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index caa6043f..0dd493f8 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -1,9 +1,9 @@ { - "id": "roo-file-0", + "id": "roo-file-94", "name": "Pman.Dialog.CoreNotifyRecur", "parent": "", "title": "", - "path": "/home/chris/gitlive/Pman.Core/Pman.Dialog.CoreNotifyRecur.bjs", + "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreNotifyRecur.bjs", "items": [ { "listeners": { @@ -233,7 +233,7 @@ { "*prop": "store", "xtype": "SimpleStore", - "|data": "(function() { \n var ret = [];\n for (var i = 5; i < 25; i++) {\n var h = i < 10 ? ('0' + i) : i;\n var mer = i < 12 || i > 23 ? 'am' : 'pm';\n var dh = i < 13 ? i : i-12;\n \n ret.push([ h+':00', dh+':00' + mer ]);\n ret.push([ h+':00', dh+':30' + mer ]); \n }\n return ret;\n})()", + "|data": "(function() { \n var ret = [];\n for (var i = 5; i < 25; i++) {\n var h = i < 10 ? ('0' + i) : i;\n var mer = i < 12 || i > 23 ? 'am' : 'pm';\n var dh = i < 13 ? i : i-12;\n \n ret.push([ h+':00', dh+':00' + mer ]);\n ret.push([ h+':30', dh+':30' + mer ]); \n }\n return ret;\n})()", "|fields": "['code', 'title']", "|sortInfo": "{ field : 'title', direction: 'ASC' }", "|xns": "Roo.data" diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index 6e9777c5..7b0a1a25 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -439,7 +439,7 @@ Pman.Dialog.CoreNotifyRecur = { var dh = i < 13 ? i : i-12; ret.push([ h+':00', dh+':00' + mer ]); - ret.push([ h+':00', dh+':30' + mer ]); + ret.push([ h+':30', dh+':30' + mer ]); } return ret; })(),