X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fjssrc%2Fblerg%2FControls.js;h=480e5520ffe8fd4090acd37c760d8eba0edc4fc9;hb=3e5f69d01b9488475413d4ecce8161ab7a889ca2;hp=8c91c2951d857876a4408be27f2ef78753cbf38f;hpb=73a1174eca9932fa03220d13222b6a62eda2bfa1;p=blerg.git diff --git a/www/jssrc/blerg/Controls.js b/www/jssrc/blerg/Controls.js index 8c91c29..480e552 100644 --- a/www/jssrc/blerg/Controls.js +++ b/www/jssrc/blerg/Controls.js @@ -28,16 +28,16 @@ enyo.kind({ ]}, {name: "loggedInControls", showing: false, components: [ {name: "greeting", components: [ - {noDom: true, content: "Hello, "}, + {tag: null, content: "Hello, "}, {name: "userlink", tag: "a"}, - {noDom: true, content: ". "}, + {tag: null, content: ". "}, {kind: "blerg.Link", content: "Logout", onNavigate: "logoutClicked"}, - {noDom: true, content: "."} + {tag: null, content: "."} ]}, {components: [ {name: "rssButton", kind: "blerg.Link", showing: false, components: [ {kind: "Image", src: "/images/rss.png", width: 16, height: 16}, - {noDom: true, content: " RSS"} + {tag: null, content: " RSS"} ]} ]}, {classes: "blerg-controls-toolbar", components: [