Navigation Menu

Skip to content

Commit

Permalink
reload png to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
jroo committed Aug 10, 2010
1 parent 9c49482 commit 1fdbb14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc_list.html
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="header">
<div class="leftButton" onclick="loadView('documents')">Back</div>
<img src="images/reload.png" class="rightButton" onclick="serverGetLatest(localStorage.getItem('current_doc_list'))">
<img src="images/reload.svg" class="rightButton" onclick="serverGetLatest(localStorage.getItem('current_doc_list'))">
<h1 id="title_text">Documents</h1>
</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion floor_updates.html
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="header">
<div class="leftButton" onclick="loadView('index')">Menu</div>
<img src="images/reload.png" class="rightButton" onclick="serverGetLatest(CURRENT_CHAMBER)">
<img src="images/reload.svg" class="rightButton" onclick="serverGetLatest(CURRENT_CHAMBER)">
<h1 id="title_text">Floor Updates</h1>
</div>
<div id="floor_updates" class="content">
Expand Down
2 changes: 1 addition & 1 deletion hearings.html
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="header">
<div class="leftButton" onclick="loadView('index')">Menu</div>
<img src="images/reload.png" class="rightButton" onclick="serverGetLatest(CURRENT_CHAMBER)">
<img src="images/reload.svg" class="rightButton" onclick="serverGetLatest(CURRENT_CHAMBER)">
<h1 id="title_text">Hearings</h1>
</div>
<div id="hearings" class="content">
Expand Down
2 changes: 1 addition & 1 deletion news_source.html
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="header">
<div class="leftButton" onclick="loadView('news')">News</div>
<img src="images/reload.png" class="rightButton" onclick="serverGetLatest(localStorage.getItem('current_news_source'))">
<img src="images/reload.svg" class="rightButton" onclick="serverGetLatest(localStorage.getItem('current_news_source'))">
<h1 id="title_text">News</h1>
</div>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion whip_notices.html
Expand Up @@ -13,7 +13,7 @@
<body>
<div id="header">
<div class="leftButton" onclick="loadView('index')">Menu</div>
<img src="images/reload.png" class="rightButton" onclick="serverGetLatest()">
<img src="images/reload.svg" class="rightButton" onclick="serverGetLatest()">
<h1 id="title_text">Whip Notices</h1>
</div>
<div id="whip_notices" class="content">
Expand Down

0 comments on commit 1fdbb14

Please sign in to comment.