fixed typos
This commit is contained in:
parent
1398a4f957
commit
b5ae816af6
3 changed files with 3 additions and 3 deletions
|
@ -90,7 +90,7 @@ function stageAndPublish(file) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
alert("Please select a file");
|
alert("Please select a file");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<label for="publish-name">Claim Name:</label></br>
|
<label for="publish-name">Claim Name:</label></br>
|
||||||
<input id="publish-name" type="text" value="My-Claim-Name" />
|
<input id="publish-name" type="text" placeholder="Your claim name" />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<button onclick="startPublish()">Save and Publish</button>
|
<button onclick="startPublish()">Save and Publish</button>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="col-right">
|
<div class="col-right">
|
||||||
<textarea id="direct-link-holder" hidden="true">No URL yet</textarea>
|
<textarea id="direct-link-holder" hidden="true">No URL yet</textarea>
|
||||||
<div id="publish-active-area">
|
<div id="publish-active-area">
|
||||||
<input type="text" id="publish-name" pattern="[\w,-]" placeholder="Your claim name" class="form-control">
|
<input type="text" id="publish-name" placeholder="Your claim name" class="form-control">
|
||||||
<p>
|
<p>
|
||||||
<label for="publish-license">License:</label>
|
<label for="publish-license">License:</label>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue