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%; } geenhekjeaanbeginregel, #map, #pano { float: left; height: 100%; width: 50%; }
<% } else { %> <% } else { %>
geenhekjeaanbeginregel, #map { float: left; height: 100%; width: 100%; } 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> </style>
<script type="text/javascript" async defer <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>
<script> <script>
function initMap() function initMap()

View File

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

View File

@@ -414,7 +414,7 @@ if (qrc)
} }
%> %>
<style> <style>
#page { geenhekjeaanbeginregel, #page {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; 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() windowLocation("<%=purl%>"); // iOS fix to force refresh after back()
// window.location.href = "<%=purl%>";
} }
function res_vis() function res_vis()

View File

@@ -39,9 +39,10 @@
(function() { (function() {
var ul = parent.document.createElement('script'); ul.type = 'text/javascript'; ul.async = true; 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); (parent.document.getElementsByTagName('head')[0] || parent.document.getElementsByTagName('body')[0]).appendChild(ul);
})(); })();
</script> </script>
</html> </html>
<% ASPPAGE_END(); %> <% ASPPAGE_END(); %>