FSN#40747 iOS doet het schijnbaar niet met relatieve paden, die dus absoluut maken

svn path=/Website/branches/v2017.2/; revision=35816
This commit is contained in:
Jos Groot Lipman
2017-10-25 14:42:08 +00:00
parent eab3babf90
commit 4c8c9e792e

View File

@@ -40,7 +40,7 @@ if (flr_key > -1) {
if (flr_key > -1 || bld_key > -1 || loc_key > -1 || alg_key > -1) { if (flr_key > -1 || bld_key > -1 || loc_key > -1 || alg_key > -1) {
// Gezet, terug naar portal, wellicht nog parameter om niks te doen (QRC) // Gezet, terug naar portal, wellicht nog parameter om niks te doen (QRC)
// Dit lijkt niet helemaal lekker te gaan zo (na langer rondklikken) // Dit lijkt niet helemaal lekker te gaan zo (na langer rondklikken)
Response.Redirect(rooturl + "/pda/Facilitor.asp"); Response.Redirect(rooturl + "/appl/pda/Facilitor.asp");
} }
// Kies heel ruim waar je autorisatie op hebt // Kies heel ruim waar je autorisatie op hebt