Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/bbb318a241d9d2f77e0e1e4b517f0bec549ed846 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed add profile link.

pull/6/head
Mark McDowall 14 years ago
parent dc44a81099
commit bbb318a241

@ -1,6 +1,6 @@
#bottom
{
margin-top: -25px;
margin-top: -10px;
margin-left: 15px;
}

@ -629,7 +629,6 @@
<Content Include="Views\Settings\SubMenu.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Shared\Footer.cshtml" />
<Content Include="Views\Settings\Index.cshtml" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\History\Index.cshtml" />
<Content Include="Views\Log\index.cshtml" />

@ -62,7 +62,7 @@
<script src="../../Scripts/settingsForm.js" type="text/javascript"></script>
<script type="text/javascript">
$("#addItem").click(function () {
$("#addItem").live('click', function () {
$.ajax({
url: this.href,
cache: false,

Loading…
Cancel
Save