that weird header is not loading bug was a missing semicolan #dumb #javascript
This commit is contained in:
parent
ff1cbb48cc
commit
e46bf0cba4
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/* we need to wrap this in a document ready to ensure JST is accessible */
|
/* we need to wrap this in a document ready to ensure JST is accessible */
|
||||||
$(function(){
|
$(function(){
|
||||||
Handlebars.registerPartial('status-message', JST['status-message'])
|
Handlebars.registerPartial('status-message', JST['status-message'])
|
||||||
})
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue