1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-19 13:01:12 +02:00

check setting value before populating last code

This commit is contained in:
Kushagra Gour
2016-05-17 01:47:33 +05:30
parent 01b3ad0c4f
commit d4d2f09097
3 changed files with 20 additions and 5 deletions

View File

@@ -17,6 +17,10 @@
margin: 5px 0;
font-size: inherit;
}
.status {
color: green;
margin-bottom: 10px;
}
label {
display: block;
margin: 10px 0;
@@ -31,7 +35,7 @@
Preserve last written code
</label>
<div id="js-status" class="status"></div>
<div id="js-status" class="status">&nbsp;</div>
<button id="js-save-btn" class="btn">Save</button>
</form>