fixes GMaps usage & Command creation
This commit is contained in:
parent
49de239344
commit
4999284419
12 changed files with 192 additions and 269 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue