Show More
@@ -342,7 +342,7 b' define([' | |||
|
342 | 342 | setter(cell, !v); |
|
343 | 343 | chkb.attr("checked", !v); |
|
344 | 344 | }); |
|
345 |
button_container.append($('< |
|
|
345 | button_container.append($('<span/>').append(lbl)); | |
|
346 | 346 | }; |
|
347 | 347 | }; |
|
348 | 348 | |
@@ -406,7 +406,7 b' define([' | |||
|
406 | 406 | select.change(function(){ |
|
407 | 407 | setter(cell, select.val()); |
|
408 | 408 | }); |
|
409 |
button_container.append($('< |
|
|
409 | button_container.append($('<span/>').append(lbl).append(select)); | |
|
410 | 410 | }; |
|
411 | 411 | }; |
|
412 | 412 |
General Comments 0
You need to be logged in to leave comments.
Login now