Browse Source

Merge 9dc922df02 into ec4259167f

pull/7199/merge
couchuser12345 8 years ago
committed by GitHub
parent
commit
7ea9506b50
  1. 2
      couchpotato/core/plugins/log/static/log.js

2
couchpotato/core/plugins/log/static/log.js

@ -262,7 +262,7 @@ Page.Log = new Class({
new Element('a.button', {
'target': '_blank',
'text': 'Create a new issue on GitHub with the text above',
'href': 'https://github.com/CouchPotato/CouchPotatoServer/issues/new',
'href': '#',
'events': {
'click': function(e){
(e).stop();

Loading…
Cancel
Save