Skip to content

Commit

Permalink
Added onDraw call to table.js and added mqtt and packetgen to modules…
Browse files Browse the repository at this point in the history
… gitignore
  • Loading branch information
glynhudson committed Nov 30, 2013
1 parent f487ba0 commit aa1a969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ Modules/feedconvert
Modules/report
Modules/notify
Modules/converttotimestore
Modules/mqtt
Modules/packetgen
2 changes: 2 additions & 0 deletions Lib/tablejs/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ var table = {
$(table.element).html("<table class='table table-hover'>"+html+"</table>");

if (table.eventsadded==false) {table.add_events(); table.eventsadded = true}

$(table.element).trigger("onDraw");
},

'draw_row': function(row)
Expand Down

0 comments on commit aa1a969

Please sign in to comment.