Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
fix reference to pocket
Browse files Browse the repository at this point in the history
  • Loading branch information
kenliu committed Apr 22, 2012
1 parent b8a6765 commit c523892
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/options.html
Expand Up @@ -71,13 +71,13 @@

function checkLoginInfo() {
if (!isLoginConfigured()) {
flash('Enter your <a href="http://getpocket.com">Read It Later</a> account login information below to start using this extension. <br/>(<a href="http://getpocket.com/signup.php">I need an account</a>)');
flash('Enter your <a href="http://getpocket.com">Pocket</a> account login information below to start using this extension. <br/>(<a href="http://getpocket.com/signup/">I need an account</a>)');
return false;
} else return true;
}

function showWelcomeMessage() {
flash('It looks like this extension was just installed.<br/> If you haven\'t already, you\'ll need to <a href="http://readitlaterlist.com/signup/">sign up</a> for a <a href="http://www.readitlaterlist.com">Read It Later</a> account before you can use this extension. Once you have an account, enter your login information below.');
flash('It looks like this extension was just installed.<br/> If you haven\'t already, you\'ll need to <a href="http://getpocket.com/signup/">sign up</a> for a <a href="http://www.getpocket.com">Pocket</a> account before you can use this extension. Once you have an account, enter your login information below.');
}

function flash(message) {
Expand All @@ -102,7 +102,7 @@ <h1 id="chromeitlater_options"><img src="folder-library-icon_48.png"/>&nbsp;Quic
<div id="options_content">
<div id="flash" style="display:none"></div><br/>
<fieldset>
<legend><a href="http://www.readitlaterlist.com">Read It Later</a> Login Information</legend>
<legend><a href="http://www.getpocket.com">Pocket</a> Login Information</legend>
<div>
<div>
<label for="username">Username</label><br />
Expand All @@ -128,7 +128,7 @@ <h1 id="chromeitlater_options"><img src="folder-library-icon_48.png"/>&nbsp;Quic
</p>
</div>
<div id="options_footer">
<p><b>ChromeItLater 0.3.1</b></p>
<p><b>QuickPocket 0.5</b></p>
<p>
&copy; 2012 <a href="http://github.com/kenliu">Kenneth Liu</a>
<a href="http://www.kenliu.net">http://www.kenliu.net</a>
Expand Down

0 comments on commit c523892

Please sign in to comment.