Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions backbone.drupal.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,10 @@ Backbone.Drupal.Auth = (function(Backbone, $, _){
}

// Define specific parametres to be used in all future request.
$.ajaxSetup(settings);
jQuery.ajaxSetup(settings);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line should not have been changed.


status=true;
// Change 'status' value to authenticated user's {user.uid}.
status=data.user.uid;
}
});
}
Expand Down