This commit is contained in:
2018-07-23 19:24:15 +00:00
parent 5be33cdad6
commit a54087b5a5
6 changed files with 83 additions and 14 deletions

View File

@@ -15,6 +15,10 @@
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
</environment>
<script src='https://www.google.com/recaptcha/api.js'></script>
</head>
<body>
<!-- <nav class="navbar navbar-inverse navbar-fixed-top">
@@ -68,7 +72,13 @@
</script>
<script src="~/js/site.min.js" asp-append-version="true"></script>
</environment>
<script type="text/javascript">
$("#btnsubmit").hide();
var imNotARobot = function() {
//console.info("Button was clicked");
$("#btnsubmit").show();
};
</script>
@RenderSection("Scripts", required: false)
</body>
</html>