We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245a245 commit 14dcfe2Copy full SHA for 14dcfe2
videos/beginner/index.html
@@ -80,7 +80,7 @@ <h1>User Manager</h1>
80
};
81
82
$.ajaxPrefilter( function( options, originalOptions, jqXHR ) {
83
- options.url = 'http://backbonejs-beginner.herokuapp.com' + options.url;
+ options.url = 'http://backbone-beginner.herokuapp.com' + options.url;
84
});
85
86
var Users = Backbone.Collection.extend({
0 commit comments