Show More
@@ -342,7 +342,7 define([ | |||||
342 | setter(cell, !v); |
|
342 | setter(cell, !v); | |
343 | chkb.attr("checked", !v); |
|
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 define([ | |||||
406 | select.change(function(){ |
|
406 | select.change(function(){ | |
407 | setter(cell, select.val()); |
|
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