From 81456c0b62faedf7f32a678b207db5d504733f21 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2015 13:17:41 +0800 Subject: [PATCH] Reader/Feed.bjs Reader/Feed.js Reader/templates/Feed.html --- Reader/Feed.bjs | 2 +- Reader/Feed.js | 2 +- Reader/templates/Feed.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Reader/Feed.bjs b/Reader/Feed.bjs index 1d71a19..ad0d1ea 100644 --- a/Reader/Feed.bjs +++ b/Reader/Feed.bjs @@ -27,10 +27,10 @@ "String style" : "font-weight: bold;\nfont-size: 22px;\n \nposition: static;\nleft: 100px;\ntop: 10px;\nz-Index: 2000;\ncolor: white;" }, { - "$ String brand_href" : "baseURL + '/Feeds'", "String position" : "fixed-top", "xtype" : "NavHeaderbar", "Boolean inverse" : true, + "String brand_href" : "#", "String brand" : " Feeds", "$ xns" : "Roo.bootstrap", "items" : [ diff --git a/Reader/Feed.js b/Reader/Feed.js index bf15ee9..d6dba81 100644 --- a/Reader/Feed.js +++ b/Reader/Feed.js @@ -40,7 +40,7 @@ Feed = new Roo.XComponent({ }, { brand : ' Feeds', - brand_href : baseURL + '/Feeds', + brand_href : '#', inverse : true, position : 'fixed-top', xns : Roo.bootstrap, diff --git a/Reader/templates/Feed.html b/Reader/templates/Feed.html index 8d6b16f..78e943b 100644 --- a/Reader/templates/Feed.html +++ b/Reader/templates/Feed.html @@ -20,7 +20,7 @@ color: white;" xtype="Roo.bootstrap.Element">name of feed - + Feeds -- 2.39.2