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

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