Skip to content

Commit

Permalink
Update project placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyheart committed Oct 25, 2019
1 parent 96cb9d6 commit d430357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3>Gitlab Setup</h3>
<div class="form-group row">
<label for="project-dropdown" class="col-sm-4 col-form-label">Project ID:</label>
<div class="col-sm-8">
<select id="project-dropdown" placeholder="Pick a project..." name="project_id" onchange="issues.enableIssueBtn()"></select>
<select id="project-dropdown" placeholder="Start typing name..." name="project_id" onchange="issues.enableIssueBtn()"></select>
</div>
</div>
<button type="button" id="btnGetIssues" class="btn btn-secondary btn-lg btn-block" onclick="issues.getIssues()">Get Issues</button>
Expand Down
1 change: 1 addition & 0 deletions scripts/burndown.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ var burndown = (function () {
async function updateBurndownData(selectedMilestone) {
if (!isLoaded) {
if (gitlabKey === "") {
setPhase("burndown_start");
setPhase("burndown_end");
document.getElementById("burndown-unavailable").style.display = "block";
document.getElementById("milestone-selection").style.display = "none";
Expand Down

0 comments on commit d430357

Please sign in to comment.