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

Commit

Permalink
PUSHING πŸ‘ IS πŸ‘ DONE πŸ‘
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexuist committed May 24, 2017
1 parent e24a2ea commit 194f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<label for = "msg">Commit Message</label>
<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>
<br>
<button type = "button" v-on:click = "push()" class = "btn btn-lg btn-success" :class = "{'disabled': commitMessage.length < 10}">Begin Push</button>
<button type = "button" v-on:click = "commitMessage.length >= 10 && push" class = "btn btn-lg btn-success" :class = "{'disabled': commitMessage.length < 10}">Begin Push</button>
</div>
<div v-else>
<div class = "fa-container">
Expand Down

0 comments on commit 194f6e8

Please sign in to comment.