Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki authored Dec 19, 2017
2 parents cf8d1f5 + eaeafbc commit ab410fa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The Chrome extension is live on the Google Chrome Store. [Get it here](https://

# Legal

'''
```
Copyright (C) 2017 Gitcoin Core
This program is free software: you can redistribute it and/or modify
Expand All @@ -34,7 +34,7 @@ The Chrome extension is live on the Google Chrome Store. [Get it here](https://
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
'''
```


<!-- Google Analytics -->
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"homepage_url": "https://gitcoin.co/",
"name": "Gitcoin",
"description": "Push Open Source Forward. The easiest way to monetize your work in open source software.",
"version": "0.123",
"version": "0.124",

"browser_action": {
"default_icon": "images/icon.png",
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h5>Funded Issues</h5>

</tbody>
</table>
<a style="float:right;" href="https://stage.gitcoin.co/explorer">View More >> </a>
<a style="float:right;" href="https://gitcoin.co/explorer">View More >> </a>

<div id="input">
<!--
Expand Down
1 change: 1 addition & 0 deletions script/pageload/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ var injectGetBountyAmount = function(){
// } \
// ';


// injectScript(injectThisCode);
// }, 1000);
// }
Expand Down

0 comments on commit ab410fa

Please sign in to comment.