Continued development of homepage, still working on rss
This commit is contained in:
14
home/rss.js
14
home/rss.js
@@ -1,6 +1,6 @@
|
||||
rssfeed_url = new Array();
|
||||
rssfeed_url[0]="http://www.providencejournal.com/news?template=rss&mime=xml";
|
||||
rssfeed_frame_width="600";
|
||||
rssfeed_frame_width="";
|
||||
rssfeed_frame_height="600";
|
||||
rssfeed_scroll="off";
|
||||
rssfeed_scroll_step="6";
|
||||
@@ -8,7 +8,7 @@ rssfeed_scroll_bar="on";
|
||||
rssfeed_target="_blank";
|
||||
rssfeed_font_size="12";
|
||||
rssfeed_font_face="Verdana";
|
||||
rssfeed_border="on";
|
||||
rssfeed_border="off";
|
||||
rssfeed_css_url="https://enpaul.net/home/rss.css";
|
||||
rssfeed_title="off";
|
||||
rssfeed_title_name="";
|
||||
@@ -34,3 +34,13 @@ rssfeed_item_description_link_color="#55a0ff";
|
||||
rssfeed_item_description_tag="on";
|
||||
rssfeed_no_items="0";
|
||||
rssfeed_cache = "d2784bb4425b8c06320755ef158eb796";
|
||||
|
||||
function showNews() {
|
||||
$('#weather').hide();
|
||||
$('#news').show();
|
||||
}
|
||||
|
||||
function showWeather() {
|
||||
$('#news').hide();
|
||||
$('#weather').show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user