more relative path fix

This commit is contained in:
kay.one 2011-04-05 21:34:58 -07:00
parent 1e73138f6d
commit 9950d9385d
5 changed files with 4 additions and 9 deletions

View file

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