1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

fixed some build issues/notification issues

This commit is contained in:
kay.one 2011-04-09 16:27:52 -07:00
parent ce1198642a
commit 1cc44ed88a
2 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@
<EnableUpdateable>false</EnableUpdateable>
</PropertyGroup>
<ItemGroup>
<Reference Include="Castle.Core">
<HintPath>..\NzbDrone.Core\Libraries\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Ninject, Version=2.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Ninject.2.2.1.0\lib\.NetFramework 4.0\Ninject.dll</HintPath>

View File

@ -11,7 +11,7 @@ $(function () {
function refreshNotifications() {
$.ajax({
url: 'Notification',
url: '/Notification',
success: notificationCallback
});
}