1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Fixed add profile link.

This commit is contained in:
Mark McDowall
2011-07-01 13:44:29 -07:00
parent dc44a81099
commit bbb318a241
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#bottom
{
margin-top: -25px;
margin-top: -10px;
margin-left: 15px;
}
-1
View File
@@ -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" />
+1 -1
View File
@@ -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,