Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
197 changes: 91 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions static/js/scoutingsdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -2455,7 +2455,7 @@ ${_this.escape(teamNumber)} (Blue ${i + 1})
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M 19.980469 2.9902344 A 1.0001 1.0001 0 0 0 19.869141 3 L 15 3 A 1.0001 1.0001 0 1 0 15 5 L 17.585938 5 L 8.2929688 14.292969 A 1.0001 1.0001 0 1 0 9.7070312 15.707031 L 19 6.4140625 L 19 9 A 1.0001 1.0001 0 1 0 21 9 L 21 4.1269531 A 1.0001 1.0001 0 0 0 19.980469 2.9902344 z M 5 3 C 3.9069372 3 3 3.9069372 3 5 L 3 19 C 3 20.093063 3.9069372 21 5 21 L 19 21 C 20.093063 21 21 20.093063 21 19 L 21 13 A 1.0001 1.0001 0 1 0 19 13 L 19 19 L 5 19 L 5 5 L 11 5 A 1.0001 1.0001 0 1 0 11 3 L 5 3 z"/></svg>
</div>
</div>
<div class="picklist-confim popup-confirm popup-element">
<div class="picklist-confirm popup-confirm popup-element">
<div class="popup-label">
<p>Export Picklist Helper</p>
</div>
Expand All @@ -2471,7 +2471,7 @@ ${_this.escape(teamNumber)} (Blue ${i + 1})
closeOptions();
};
element.querySelector(
".data-popup .export-content .picklist-confim"
".data-popup .export-content .picklist-confirm"
).onclick = async () => {
let eventCode = element.querySelector(
".data-window > select.event-code"
Expand Down