EAI title change.
This commit is contained in:
parent
c602d39d06
commit
a9a14a8a78
@ -20,7 +20,7 @@
|
||||
// @icon data:image/gif;base64,R0lGODlhEAAQAKECAAAAAGbMM////////yH5BAEKAAIALAAAAAAQABAAAAIxlI+pq+D9DAgUoFkPDlbs7lGiI2bSVnKglnJMOL6omczxVZK3dH/41AG6Lh7i6qUoAAA7
|
||||
// ==/UserScript==
|
||||
|
||||
/* 4chan X Beta - Version 3.0.0 - 2013-03-12
|
||||
/* 4chan X Beta - Version 3.0.0 - 2013-03-13
|
||||
* http://mayhemydg.github.com/4chan-x/
|
||||
*
|
||||
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
||||
@ -4622,9 +4622,11 @@
|
||||
$.event('CloseMenu');
|
||||
if (ImageExpand.on = $.hasClass(ImageExpand.EAI, 'expand-all-shortcut')) {
|
||||
ImageExpand.EAI.className = 'contract-all-shortcut';
|
||||
ImageExpand.EAI.title = 'Contract All Images';
|
||||
func = ImageExpand.expand;
|
||||
} else {
|
||||
ImageExpand.EAI.className = 'expand-all-shortcut';
|
||||
ImageExpand.EAI.title = 'Expand All Images';
|
||||
func = ImageExpand.contract;
|
||||
}
|
||||
_ref = g.posts;
|
||||
|
||||
@ -3094,9 +3094,11 @@ ImageExpand =
|
||||
$.event 'CloseMenu'
|
||||
if ImageExpand.on = $.hasClass ImageExpand.EAI, 'expand-all-shortcut'
|
||||
ImageExpand.EAI.className = 'contract-all-shortcut'
|
||||
ImageExpand.EAI.title = 'Contract All Images'
|
||||
func = ImageExpand.expand
|
||||
else
|
||||
ImageExpand.EAI.className = 'expand-all-shortcut'
|
||||
ImageExpand.EAI.title = 'Expand All Images'
|
||||
func = ImageExpand.contract
|
||||
for ID, post of g.posts
|
||||
for post in [post].concat post.clones
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user