Skip to content
Snippets Groups Projects
Commit 23daa974 authored by David Miller's avatar David Miller Committed by GitHub
Browse files

Merge pull request #115 from SmartyP/master

Adding 'btnSubmit' ID to contact form button so it disables when clicked
parents 47c0d802 6c6bd322
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
<button id="btnSubmit" type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment