This commit is contained in:
Azgaar 2019-09-10 22:24:36 +03:00
parent 57c1e17c88
commit 85743b7956

View file

@ -691,7 +691,7 @@ function parseLoadedData(data) {
labels.attr("display", null); labels.attr("display", null);
// v 1.0 added religions heirarchy tree // v 1.0 added religions heirarchy tree
pack.religions.forEach(r => { pack.religions.filter(r => r.i).forEach(r => {
r.origin = 0; r.origin = 0;
r.code = r.name.slice(0, 2); r.code = r.name.slice(0, 2);
}); });