Skip to content

Commit

Permalink
Add missing images for KNWa50 and ZAWa38
Browse files Browse the repository at this point in the history
  • Loading branch information
mwenge committed Apr 8, 2020
1 parent 1dec954 commit 06dd7d3
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions LinearAInscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -42721,8 +42721,12 @@ var inscriptions = new Map([
]
}],
["KNWa50",{
"facsimileImages": [],
"images": [],
"facsimileImages": [
"images/KNWa50-Facsimile.jpg"
],
"images": [
"images/KNWa50-Inscription.jpg"
],
"name": "KNWa50",
"parsedInscription": "𐙕",
"scribe": "",
Expand Down Expand Up @@ -53239,8 +53243,12 @@ var inscriptions = new Map([
]
}],
["ZAWa38",{
"facsimileImages": [],
"images": [],
"facsimileImages": [
"images/ZAWa38-Facsimile.jpg"
],
"images": [
"images/ZAWa38-Inscription.jpg"
],
"name": "ZAWa38",
"parsedInscription": "𐙕",
"scribe": "",
Expand Down
2 changes: 1 addition & 1 deletion explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ function loadInscription(inscription) {
inscription.tagContainer = tagContainer;

var tagsToAdd = [[inscription.support, 'activeSupports', 'supports-command'], [inscription.scribe, 'activeScribes', 'scribes-command'],
[contexts.get(inscription.name), 'activeContexts', 'contexts-command'], [tags.get(inscription.name), 'activeTags', 'tags-command']]
[contexts.get(inscription.name), 'activeContexts', 'contexts-command'], [tags.get(inscription.name), 'activeTagValues', 'tags-command']]
.filter(w => w[0] != undefined && w[0] != "");

tagsToAdd.forEach( tagData => {
Expand Down
Binary file added images/KNWa50-Facsimile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/KNWa50-Inscription.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/KNWa51-Facsimile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/KNWa51-Inscription.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/PHWa52-Facsimile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/PHWa52-Inscription.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ZAWa38-Facsimile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ZAWa38-Inscription.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06dd7d3

Please sign in to comment.