X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FTitle.js;h=27356d8c1e754709af86e389f806fec4a6ab6b21;hb=4210d2d20df6635e19c20f5b303d498f4657968b;hp=17d62a218bd096858c4f5f3d57d0debdf700a119;hpb=868758a60c47c984eb76bae45183d063981ebdd5;p=blerg.git diff --git a/www/jssrc/blerg/Title.js b/www/jssrc/blerg/Title.js index 17d62a2..27356d8 100644 --- a/www/jssrc/blerg/Title.js +++ b/www/jssrc/blerg/Title.js @@ -9,7 +9,7 @@ enyo.kind({ onSetTitle: "setTitle" }, components: [ - {kind: "Image", classes: "logo", src: "images/blerglogo.png", attributes: {width: 125, height: 122}}, + {kind: "Image", classes: "logo", src: "/images/blerglogo.png", attributes: {width: 125, height: 122}}, {tag: "h1", components: [ {kind: "blerg.Link", href: "/#/", content: "Blërg!"} ]}, @@ -19,6 +19,7 @@ enyo.kind({ ], create: function() { this.inherited(arguments); + this.sectionChanged(); }, sectionChanged: function() { this.$.section.setContent(this.section);