mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
more relative path fix
This commit is contained in:
parent
1e73138f6d
commit
9950d9385d
5 changed files with 4 additions and 9 deletions
|
@ -11,7 +11,7 @@ $(function () {
|
|||
|
||||
function refreshNotifications() {
|
||||
$.ajax({
|
||||
url: '/Notification',
|
||||
url: 'Notification',
|
||||
success: notificationCallback
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue