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:
@@ -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"> </div>
|
||||
<button id="js-save-btn" class="btn">Save</button>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user