Skip to content

Commit

Permalink
Merge pull request #285 from dsiekiera/daniel
Browse files Browse the repository at this point in the history
Daniel
  • Loading branch information
Daniel Siekiera authored Jan 4, 2020
2 parents ae38e90 + f9391a7 commit 3f6b8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed css/images/Technologies.png
Binary file not shown.
4 changes: 2 additions & 2 deletions js/web/outposts/js/outposts.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* **************************************************************************************
*/

HTML.AddCssFile('outposts');

let Outposts = {
/** @type {FoE_JSON_CulturalOutpost[]|null} */
OutpostsData: null,
Expand Down Expand Up @@ -65,6 +63,8 @@ let Outposts = {

HTML.Box(args);

HTML.AddCssFile('outposts');

const window = /** @type {HTMLElement} */(document.getElementById('outpostConsumables'));
window.addEventListener('change', (event) => {
const target = /** @type {HTMLInputElement} */(event.target);
Expand Down

0 comments on commit 3f6b8df

Please sign in to comment.