Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Removes select repo from list

AuthorDave Jarvis <email>
Date2026-02-10 17:43:32 GMT-0800
Commit8964204c11f24c0ce17bfca03fa5e6804fe1e81b
Parentdc168f1
BasePage.php
<label>Repository:</label>
<select onchange="window.location.href='?repo=' + encodeURIComponent(this.value)">
- <option value="">Select repository...</option>
<?php foreach ($this->repositories as $r): ?>
<option value="<?php echo htmlspecialchars($r['safe_name']); ?>"
Delta0 lines added, 1 line removed, 1-line decrease