Merge pull request #372 from hydroflame/patch-2

Update Faction.js
This commit is contained in:
danielyxie 2018-07-24 14:42:21 -05:00 committed by GitHub
commit 8ec4cefd8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -577,7 +577,6 @@ function createFactionAugmentationDisplayElements(augmentationsList, augs, facti
var aElem = createElement("a", { var aElem = createElement("a", {
innerText:aug.name, display:"inline", innerText:aug.name, display:"inline",
clickListener:()=>{ clickListener:()=>{
console.log('sup buy in fac: '+Settings.SuppressBuyAugmentationConfirmation);
if (!Settings.SuppressBuyAugmentationConfirmation) { if (!Settings.SuppressBuyAugmentationConfirmation) {
purchaseAugmentationBoxCreate(aug, faction); purchaseAugmentationBoxCreate(aug, faction);
} else { } else {