production - restore old version
This commit is contained in:
@@ -171,6 +171,7 @@ function getRawMaterials() {
|
||||
}
|
||||
function drawRawMaterials(data) {
|
||||
$("#rawMaterialsTableContainer").html(rawMaterialsTablePrototype());
|
||||
// TODO: tutraj czasami się wiesza
|
||||
data.forEach((el, index) => {
|
||||
var tr = $("<tr></tr>");
|
||||
tr.append("<td><input type=\"checkbox\" value=" + el.id + " class=\"rawMaterialCheck\" /></td>");
|
||||
|
||||
Reference in New Issue
Block a user