fixed varname
This commit is contained in:
parent
1ba795d44e
commit
784798eb56
@ -869,11 +869,11 @@
|
|||||||
|
|
||||||
|
|
||||||
$.each(party_variables, function() {
|
$.each(party_variables, function() {
|
||||||
console.log("<tr>" + variablesName($(this)) + "</tr>" + "<tr>" + $(this).val() + "</tr>");
|
console.log("<tr>" + Object.keys($(this))[0] + "</tr>" + "<tr>" + $(this).val() + "</tr>");
|
||||||
});
|
});
|
||||||
|
|
||||||
$.each(encounter_variables, function() {
|
$.each(encounter_variables, function() {
|
||||||
console.log("<tr>" + variablesName($(this)) + "</tr>" + "<tr>" + $(this).val() + "</tr>");
|
console.log("<tr>" + Object.keys($(this))[0] + "</tr>" + "<tr>" + $(this).val() + "</tr>");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user