diff --git a/.github/README.md b/.github/README.md index 96f0b9e69..b25c885f2 100644 --- a/.github/README.md +++ b/.github/README.md @@ -5,7 +5,7 @@ [](https://travis-ci.org/collinbarrett/FilterLists) [](https://codecov.io/gh/collinbarrett/FilterLists) [](https://github.com/collinbarrett/FilterLists/blob/master/LICENSE) -[](https://builtwithdot.net/project/125/filterlists) +[](https://builtwithdot.net/project/125/filterlists) [](https://beerpay.io/collinbarrett/FilterLists) [](https://beerpay.io/collinbarrett/FilterLists?focus=wish) @@ -46,4 +46,4 @@ We respect your privacy. That is the whole point of this site. The only minor da ### Internet Explorer TPL users -Due to problems with finding time to look into issues with TPL subscription buttons and to load the website in Internet Explorer, a makeshift archive has been set up in the meantime. To view a smaller TPL-only archive with subscribable links, right-click on [this link](https://raw.githubusercontent.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html), choose to save it as an HTML file, and open it in Internet Explorer ≥9. +The FilterLists.com website returns a blank page in Internet Explorer, mostly due to problems with both polyfill and JavaScript elements, in addition to IE being considered by us to be an outdated browser. To help alleviate this, a makeshift archive has been set up. To view a smaller TPL-only archive with subscribable links, right-click on [this link](https://raw.githubusercontent.com/collinbarrett/FilterLists/master/data/TPLSubscriptionAssistant.html), choose to save it as an HTML file, and open it in Internet Explorer ≥9. diff --git a/src/FilterLists.Web/Views/Shared/_Layout.cshtml b/src/FilterLists.Web/Views/Shared/_Layout.cshtml index 0d0421455..62f998905 100644 --- a/src/FilterLists.Web/Views/Shared/_Layout.cshtml +++ b/src/FilterLists.Web/Views/Shared/_Layout.cshtml @@ -16,7 +16,6 @@
@RenderBody() - @RenderSection("scripts", false)