Fixed add profile link.
This commit is contained in:
parent
dc44a81099
commit
bbb318a241
|
@ -1,6 +1,6 @@
|
||||||
#bottom
|
#bottom
|
||||||
{
|
{
|
||||||
margin-top: -25px;
|
margin-top: -10px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -629,7 +629,6 @@
|
||||||
<Content Include="Views\Settings\SubMenu.cshtml" />
|
<Content Include="Views\Settings\SubMenu.cshtml" />
|
||||||
<Content Include="Views\Shared\_Layout.cshtml" />
|
<Content Include="Views\Shared\_Layout.cshtml" />
|
||||||
<Content Include="Views\Shared\Footer.cshtml" />
|
<Content Include="Views\Shared\Footer.cshtml" />
|
||||||
<Content Include="Views\Settings\Index.cshtml" />
|
|
||||||
<Content Include="Views\_ViewStart.cshtml" />
|
<Content Include="Views\_ViewStart.cshtml" />
|
||||||
<Content Include="Views\History\Index.cshtml" />
|
<Content Include="Views\History\Index.cshtml" />
|
||||||
<Content Include="Views\Log\index.cshtml" />
|
<Content Include="Views\Log\index.cshtml" />
|
||||||
|
|
|
@ -62,7 +62,7 @@
|
||||||
<script src="../../Scripts/settingsForm.js" type="text/javascript"></script>
|
<script src="../../Scripts/settingsForm.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$("#addItem").click(function () {
|
$("#addItem").live('click', function () {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: this.href,
|
url: this.href,
|
||||||
cache: false,
|
cache: false,
|
||||||
|
|
Loading…
Reference in New Issue