Awesome relative pathing for CSS and JS fail, reverting back.

pull/6/head
Mark McDowall 13 years ago
parent 3bd99a2b7b
commit 08804208cf

@ -5,29 +5,29 @@
<link rel="SHORTCUT ICON" href="../../favicon.ico" />
<title>NZBDrone</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link type="text/css" rel="stylesheet" href="~/Content/2011.2.712/telerik.common.min.css" />
<link type="text/css" rel="stylesheet" href="~/Content/2011.2.712/telerik.sitefinity.min.css" />
<link type="text/css" rel="stylesheet" href="~/Content/Blueprint/screen.css" />
<link type="text/css" rel="stylesheet" href="~/Content/jQueryUI/jquery-ui-1.8.14.nzbdrone.css" />
<link type="text/css" rel="stylesheet" href="~/Content/jquery.gritter.css" />
<link type="text/css" rel="stylesheet" href="~/Content/NzbDrone.css" />
<link type="text/css" rel="stylesheet" href="~/Content/Notibar.css" />
<link type="text/css" rel="stylesheet" href="~/Content/ActionButton.css" />
<link type="text/css" rel="stylesheet" href="~/Content/overrides.css" />
<link type="text/css" rel="stylesheet" href="~/Content/Menu.css" />
<link type="text/css" rel="stylesheet" href="/Content/2011.2.712/telerik.common.min.css" />
<link type="text/css" rel="stylesheet" href="/Content/2011.2.712/telerik.sitefinity.min.css" />
<link type="text/css" rel="stylesheet" href="/Content/Blueprint/screen.css" />
<link type="text/css" rel="stylesheet" href="/Content/jQueryUI/jquery-ui-1.8.14.nzbdrone.css" />
<link type="text/css" rel="stylesheet" href="/Content/jquery.gritter.css" />
<link type="text/css" rel="stylesheet" href="/Content/NzbDrone.css" />
<link type="text/css" rel="stylesheet" href="/Content/Notibar.css" />
<link type="text/css" rel="stylesheet" href="/Content/ActionButton.css" />
<link type="text/css" rel="stylesheet" href="/Content/overrides.css" />
<link type="text/css" rel="stylesheet" href="/Content/Menu.css" />
<script type="text/javascript" src="~/Scripts/Plugins/jquery-1.6.3.min.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/jquery-ui-1.8.16.min.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/MicrosoftAjax.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/MicrosoftMvcAjax.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/jquery.gritter.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/jquery.form.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/jquery-tgc-countdown-1.0.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/jquery.watermark.min.js"></script>
<script type="text/javascript" src="~/Scripts/Plugins/doTimeout.js"></script>
<script type="text/javascript" src="~/Scripts/episodeSearch.js"></script>
<script type="text/javascript" src="~/Scripts/autocomplete.js"></script>
<script type="text/javascript" src="~/Scripts/addSeries.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery-1.6.3.min.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery-ui-1.8.16.min.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/MicrosoftAjax.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/MicrosoftMvcAjax.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery.gritter.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery.form.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery-tgc-countdown-1.0.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/jquery.watermark.min.js"></script>
<script type="text/javascript" src="/Scripts/Plugins/doTimeout.js"></script>
<script type="text/javascript" src="/Scripts/episodeSearch.js"></script>
<script type="text/javascript" src="/Scripts/autocomplete.js"></script>
<script type="text/javascript" src="/Scripts/addSeries.js"></script>
@MvcMiniProfiler.MiniProfiler.RenderIncludes()
@RenderSection("HeaderContent", required: false)

Loading…
Cancel
Save