Skip to content

Commit

Permalink
Release OneeChan v5.0.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
seaweedchan committed Nov 3, 2013
1 parent df70704 commit 4ecf611
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
### v5.0.25
*2013-11-02*

**seaweedchan**:
- Fix missing text option for settings menu

### v5.0.24 ### v5.0.24
*2013-09-21* *2013-09-21*


Expand Down
2 changes: 1 addition & 1 deletion builds/OneeChan.meta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions builds/OneeChan.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builds/crx/manifest.json
@@ -1,6 +1,6 @@
{ {
"name": "OneeChan", "name": "OneeChan",
"version": "5.0.24", "version": "5.0.25",
"manifest_version": 2, "manifest_version": 2,
"description": "Customizable rice and themes for 4chan and 4chan X.", "description": "Customizable rice and themes for 4chan and 4chan X.",
"icons": { "icons": {
Expand Down
4 changes: 2 additions & 2 deletions builds/crx/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "OneeChan", "name": "OneeChan",
"version": "5.0.24", "version": "5.0.25",
"description": "Customizable rice and themes for 4chan and 4chan X.", "description": "Customizable rice and themes for 4chan and 4chan X.",
"meta": { "meta": {
"name": "OneeChan", "name": "OneeChan",
Expand Down
2 changes: 1 addition & 1 deletion src/script.js
Expand Up @@ -910,7 +910,7 @@
saveAndClose : false, saveAndClose : false,
init: function() init: function()
{ {
var a = $("<a id='OneeChanLink' title='OneeChan Settings' href='javascript:;'>").bind("click", $SS.options.show); var a = $("<span class='shortcut brackets-wrap'><a id='OneeChanLink' title='OneeChan Settings' href='javascript:;'>OneeChan").bind("click", $SS.options.show);
return $("#shortcuts>.shortcut:last-of-type").before(a); return $("#shortcuts>.shortcut:last-of-type").before(a);
}, },
show: function() show: function()
Expand Down

0 comments on commit 4ecf611

Please sign in to comment.