Bug 5244 - Remove dead links in main.tmpl
Summary: Remove dead links in main.tmpl
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.9.0
Assignee: Samuel Mannehed
URL:
Keywords: prosaic
Depends on:
Blocks:
 
Reported: 2014-09-08 13:11 CEST by Karl Mikaelsson
Modified: 2018-04-24 14:10 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2014-09-08 13:11:15 CEST
We've got a bunch of HTML comments in the <head> section in the main.tmpl template.

>    <!--
>    <link rel="apple-touch-icon-precomposed" href="images/screen_57x57.png" />
>    -->
>    <!--
>    <link href="startup_320x460.png" media="(device-width: 320px)" rel="apple-touch-startup-image">
>    <link href="startup_640x920.png" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
>    <link href="startup_768x1004.png" media="(device-width: 768px) and (orientation: portrait)" rel="apple-touch-startup-image">
>    <link href="startup_748x1024.png" media="(device-width: 768px) and (orientation: landscape)" rel="apple-touch-startup-image">
>    <link href="startup_1536x2008.png" media="(device-width: 1536px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
>    <link href="startup_2048x1496.png" media="(device-width: 1536px)  and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image">
>    -->
Comment 1 Pierre Ossman cendio 2014-09-09 10:41:37 CEST
These tags are there in case we want to use these features in the future. So we should make a decision if we should finish this work, or remove the tags completely.
Comment 2 Samuel Mannehed cendio 2018-04-24 14:10:36 CEST
This was fixed by r32161 for bug 6132.

Note You need to log in before you can comment on or make changes to this bug.