Skip to content

Commit

Permalink
Added Beta labelling just to be clear
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Dec 20, 2016
1 parent 437627c commit 2bc046e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div id="container">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th valign="bottom"><a href="javascript:;" id="pop_webstore"">ScriptSafe v<span id="version"></span></a></td><th id="currentdomain"></th></tr>
<tr><th valign="bottom"><a href="javascript:;" id="pop_webstore">ScriptSafe v<span id="version"></span> BETA 2</a></td><th id="currentdomain"></th></tr>
<tr><td class="thirds"></td><td id="parent"></td></tr>
</table>
<div id="bottom">
Expand Down
2 changes: 1 addition & 1 deletion js/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function saveElement(id) {
localStorage[id] = $("#"+id).val();
}
function loadOptions() {
$("#title").html("ScriptSafe v"+version);
$("#title").html("ScriptSafe v"+version+" BETA 2");
loadCheckbox("enable");
loadCheckbox("syncenable");
if (!$("#syncenable").prop('checked')) $("#syncbuttons").hide();
Expand Down

0 comments on commit 2bc046e

Please sign in to comment.