[GH-ISSUE #47] Old code in index.php #33

Open
opened 2026-02-28 00:40:14 +03:00 by kerem · 1 comment
Owner

Originally created by @anfimovir on GitHub (Jun 2, 2018).
Original GitHub issue: https://github.com/telephone/LookingGlass/issues/47

Version 1.3.0

In index.php

`

<!--[if lt IE 9]>
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

`

File already unavailable.

Originally created by @anfimovir on GitHub (Jun 2, 2018). Original GitHub issue: https://github.com/telephone/LookingGlass/issues/47 Version 1.3.0 In index.php ` <!-- IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> ` File already unavailable.
Author
Owner

@ghost commented on GitHub (Aug 14, 2019):

Replace that with:

    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
    <![endif]-->
<!-- gh-comment-id:521116872 --> @ghost commented on GitHub (Aug 14, 2019): Replace that with: ``` <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <![endif]--> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LookingGlass#33
No description provided.