Skip to content

Commit

Permalink
Merge pull request blackberry#259 from blackberry-webworks/next
Browse files Browse the repository at this point in the history
Next
  • Loading branch information
dansilivestru committed Dec 21, 2011
2 parents a360e65 + 53ebfa6 commit ad10586
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions ext/chromium/views/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,14 @@ <h2><script type="text/javascript" charset="utf-8">
var metaData = chrome.extension.getBackgroundPage().tinyHippos.Background.metaData();
document.write(metaData.justInstalled ? "Welcome to Ripple" : "Ripple has been updated");
</script></h2>

<p><script type="text/javascript" charset="utf-8">
var html = "";
if (metaData.justInstalled) {
html = "Visit our <a href=\"http://developer.blackberry.com/html5/documentation\" target=\"_blank\">documentation site</a> to get started.";
} else {
html = "See what's new in <a href=\"http://rippledocs.tinyhippos.com/index.html#changelog\"" +
" target=\"_blank\">v" + metaData.version + "</a>.";
}
document.write(html);
</script></p>
<p>
The Ripple Chrome Extension will be discontinued on Feb 29th, 2012. Please visit our
HTML5 site and download the new version of Ripple at the link below:
</p>
<p>
<a href="http://developer.blackberry.com/html5/download/ripple" target="_blank">Download Ripple</a>
</p>
<p>Read all about the new release of Ripple <a href="http://devblog.blackberry.com/2011/12/ripple-beta-refresh-download/" target="_blank">here</a></p>
</div>
</body>
</html>

0 comments on commit ad10586

Please sign in to comment.