forked from 0x2620/oxjs
some work on ListCalendar
This commit is contained in:
parent
2928058f87
commit
efca832c76
10 changed files with 532 additions and 192 deletions
|
|
@ -551,7 +551,7 @@ Ox.Menu = function(options, self) {
|
|||
checkItem <f>
|
||||
@*/
|
||||
that.checkItem = function(id) {
|
||||
//Ox.print('checkItem id', id)
|
||||
Ox.print('checkItem id', id)
|
||||
var ids = id.split('_'),
|
||||
item;
|
||||
if (ids.length == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue