Subversion Repositories SmartDukaan

Rev

Rev 4241 | Rev 4267 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4241 Rev 4249
Line 260... Line 260...
260
                                        }
260
                                        }
261
 
261
 
262
                                        return false;
262
                                        return false;
263
                                    });
263
                                    });
264
 
264
 
265
                            if (thOld != null) {
265
                            if ($(thOld).length != 0) {
266
                                ticketTable.dataTable().fnUpdate($(item).text(), rowIndex, $(thOld).index(), true, false);
266
                                ticketTable.dataTable().fnUpdate($(item).text(), rowIndex, $(thOld).index(), true, false);
267
                            }
267
                            }
268
                        });
268
                        });
269
 
269
 
270
                loadTicketInfo("bottom-infopane", ticketId, ticketTable.dataTable(), null);
270
                loadTicketInfo("bottom-infopane", ticketId, ticketTable.dataTable(), null);