Fixed add profile link.

pull/4/head
Mark McDowall 13 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