Kleine tekstuele QA-fixes
svn path=/Website/trunk/; revision=57224
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -414,7 +414,7 @@ if (qrc)
|
||||
}
|
||||
%>
|
||||
<style>
|
||||
#page {
|
||||
geenhekjeaanbeginregel, #page {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
|
||||
(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>
|
||||
|
||||
Reference in New Issue
Block a user