Skip to content

Commit

Permalink
Remove "Beta" label from panel
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jul 8, 2016
1 parent 0dd17a9 commit 1963824
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div class="panel-body">
<p>In this release you will find the following updates:</p>
<ul>
<li><strong>v1.0.8.1:</strong><ul>
<li><strong>v1.0.8.2:</strong><ul>
<li>I've translated ScriptSafe into <strong>46 languages</strong>! These translations are not perfect or complete, so I welcome anyone to <a href="https://github.com/andryou/scriptsafe/tree/master/_locales" target="_blank">take a look</a> and help translate. You can either create a new issue on Github or email me: [email protected]</li>
<li>Updated the panel to better adjust to translations that have long phrases (e.g. changed "Rating" button to a star icon with a description on hover)</li>
<li>Added ability on the Options page to quickly move whitelist/blacklist entries to the other list (e.g. move a whitelist entry to the blacklist)</li>
Expand Down
2 changes: 1 addition & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ document.addEventListener('DOMContentLoaded', function () {
$("#pop_close").click(function() { window.close(); });
});
function init() {
$("#version").html(version+" Beta");
$("#version").html(version);
$("#pop_options").html(chrome.i18n.getMessage("options"));
chrome.windows.getCurrent(function(w) {
chrome.tabs.getSelected(w.id, function(tab) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"options_page": "html/options.html",
"permissions": [ "http://*/*", "https://*/*", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "storage", "notifications", "privacy" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.0.8.1"
"version": "1.0.8.2"
}

0 comments on commit 1963824

Please sign in to comment.