Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maluen committed Nov 22, 2013
1 parent 403ab76 commit 3579046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ chrome.runtime.onInstalled.addListener(function(details) {
if (details.reason == "update") {
chrome.tabs.create({url: chrome.extension.getURL("updated.html")});
}
});
});
2 changes: 1 addition & 1 deletion updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ <h2><a title="Backbone Debugger on Chrome Web Store" href="https://chrome.google
<script src="js/lib/jquery.js"></script>
<script src="js/lib/bootstrap.min.js"></script>
</body>
</html>
</html>

0 comments on commit 3579046

Please sign in to comment.