Alternative text for Refresh Shortcut. seaweedchan/4chan-x#212
DUH, I DUMB
This commit is contained in:
parent
3b1340433e
commit
cfb883d8da
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* 4chan X - Version 1.2.44 - 2013-12-18
|
||||
* 4chan X - Version 1.2.44 - 2013-12-21
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* 4chan X - Version 1.2.44 - 2013-12-18
|
||||
* 4chan X - Version 1.2.44 - 2013-12-21
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -2060,7 +2060,8 @@
|
||||
this.button = $.el('a', {
|
||||
className: 'index-refresh-shortcut fa fa-refresh',
|
||||
title: 'Refresh Index',
|
||||
href: 'javascript:;'
|
||||
href: 'javascript:;',
|
||||
textContent: 'Refresh Index'
|
||||
});
|
||||
$.on(this.button, 'click', this.update);
|
||||
Header.addShortcut(this.button, 1);
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* 4chan X - Version 1.2.44 - 2013-12-18
|
||||
* 4chan X - Version 1.2.44 - 2013-12-21
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
|
||||
@ -2072,7 +2072,8 @@
|
||||
this.button = $.el('a', {
|
||||
className: 'index-refresh-shortcut fa fa-refresh',
|
||||
title: 'Refresh Index',
|
||||
href: 'javascript:;'
|
||||
href: 'javascript:;',
|
||||
textContent: 'Refresh Index'
|
||||
});
|
||||
$.on(this.button, 'click', this.update);
|
||||
Header.addShortcut(this.button, 1);
|
||||
|
||||
@ -6,6 +6,7 @@ Index =
|
||||
className: 'index-refresh-shortcut fa fa-refresh'
|
||||
title: 'Refresh Index'
|
||||
href: 'javascript:;'
|
||||
textContent: 'Refresh Index'
|
||||
$.on @button, 'click', @update
|
||||
Header.addShortcut @button, 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user