Skip to content

Commit

Permalink
updated root fetch status
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Jul 13, 2012
1 parent e4904b2 commit 101f225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Expand Up @@ -31,7 +31,7 @@ function($, _, Backbone) {
path = path + ".html";

if (!JST[path]) {
$.ajax({ url: "/" + path, async: false }).then(function(contents) {
$.ajax({ url: app.root + path, async: false }).then(function(contents) {
JST[path] = _.template(contents);
});
}
Expand Down

0 comments on commit 101f225

Please sign in to comment.