FCLT#61196 Interface toggle beter ondersteunen

svn path=/Website/trunk/; revision=47696
This commit is contained in:
Jos Groot Lipman
2020-08-10 12:53:00 +00:00
parent 66aee77af2
commit cad678a9e5
9 changed files with 221 additions and 241 deletions

View File

@@ -111,7 +111,7 @@ __Log("== Entering shorturl.asp ==");
{
isKnownBookmark = true;
checkUserAgent(); // devicebits waren anders mogelijk nog niet gezet
if (device.test(device.isDesktop) || device.test(device.isTouch))
if (Session("interface") == "mobile" || Session("interface") == "touch")
{
url = locked_bdradr_key > 0? known_bookmarks[u].lckgui : known_bookmarks[u].gui;
}
@@ -253,4 +253,4 @@ __Log("== Entering shorturl.asp ==");
Response.Redirect(theURL);
%>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>