Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Commit 194f6e8

Browse files
committed
PUSHING 👏 IS 👏 DONE 👏
1 parent e24a2ea commit 194f6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<label for = "msg">Commit Message</label>
2323
<textarea v-model = "commitMessage" id = "msg" class = "form-control" placeholder="Enter a short message to describe what changes were made. Your message must be at least 10 characters long."></textarea>
2424
<br>
25-
<button type = "button" v-on:click = "push()" class = "btn btn-lg btn-success" :class = "{'disabled': commitMessage.length < 10}">Begin Push</button>
25+
<button type = "button" v-on:click = "commitMessage.length >= 10 && push" class = "btn btn-lg btn-success" :class = "{'disabled': commitMessage.length < 10}">Begin Push</button>
2626
</div>
2727
<div v-else>
2828
<div class = "fa-container">

0 commit comments

Comments
 (0)