fixes GMaps usage & Command creation

This commit is contained in:
Paul Schneider 2019-09-01 01:31:55 +01:00
commit 4999284419
12 changed files with 192 additions and 269 deletions

View file

@ -24,14 +24,6 @@
<link rel="stylesheet" href="@Startup.SiteSetup.StyleSheet" asp-append-version="true"/>
<script>
$(document).ready(function() {
if (typeof(allowCircleToBlog) !== 'undefined') {
$('input.Blogcirle[type=checkbox]').on('change', allowCircleToBlog);
}
});
</script>
@RenderSection("header", required: false)
</head>
<body>