Kleine tekstuele QA-fixes

svn path=/Website/trunk/; revision=57224
This commit is contained in:
Jos Groot Lipman
2022-09-08 15:55:06 +00:00
parent 2768de9457
commit e846dbf84e
5 changed files with 10 additions and 8 deletions

View File

@@ -83,10 +83,12 @@
geenhekjeaanbeginregel, #map, #pano { float: left; height: 100%; width: 50%; }
<% } else { %>
geenhekjeaanbeginregel, #map { float: left; height: 100%; width: 100%; }
<% } %>
<% }
var gapisrc = "//maps.googleapis.com/maps/api/js?key=" + safe.htmlattr(fg_remote_maps) + "&callback=initMap";
%>
</style>
<script type="text/javascript" async defer
src='//maps.googleapis.com/maps/api/js?key=<%=safe.htmlattr(fg_remote_maps)%>&callback=initMap'>
src='<%=gapisrc%>'>
</script>
<script>
function initMap()

View File

@@ -15,12 +15,12 @@ function fac_usrrap_list_map()
<% FCLTHeader.Generate(); %>
<style>
#mapid { }
geenhekjeaanbeginregel, #mapid { }
body {
padding: 0;
margin: 0;
}
#mapid {
geenhekjeaanbeginregel, #mapid {
height: 100%;
width: 100vw;
}

View File

@@ -414,7 +414,7 @@ if (qrc)
}
%>
<style>
#page {
geenhekjeaanbeginregel, #page {
display: flex;
flex-direction: column;
justify-content: center;

View File

@@ -487,7 +487,6 @@ if (!rsv.verwijderd) // geen script nodig als reservering verwijderd is.
}
%>
windowLocation("<%=purl%>"); // iOS fix to force refresh after back()
// window.location.href = "<%=purl%>";
}
function res_vis()

View File

@@ -39,9 +39,10 @@
(function() {
var ul = parent.document.createElement('script'); ul.type = 'text/javascript'; ul.async = true;
ul.src = ('https:' == parent.document.location.protocol ? 'https://' : 'http://') + 'userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/<%=safe.htmlattr(secret)%>.js';
ul.src = ('https:' == parent.document.location.protocol ? 'https://' : 'http://')
+ 'userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/<%=safe.htmlattr(secret)%>.js';
(parent.document.getElementsByTagName('head')[0] || parent.document.getElementsByTagName('body')[0]).appendChild(ul);
})();
</script>
</html>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>