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
6 changes: 6 additions & 0 deletions web/dds_web.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ <h1>
</h1>

<button type="button" onclick="clearTestData()">Clear entries</button>
<button type="button" onclick="chooseDealFile()">Import deal…</button>
<input id="import-deal-file"
type="file"
accept=".pbn,.lin,.dlm,.txt,text/plain"
hidden
onchange="handleDealFileSelected(this)">
<button type="button" onclick="fillFormWithGrandSlamTestData()">NS make 7 test deal</button>
<button type="button" onclick="fillFormWithEveryoneMakes3nTestData()">Everyone makes 3N test deal</button>
<button type="button" onclick="fillFormWithPartScoreTestData()">Part-score test deal</button>
Expand Down
Loading