Linkify fix
This commit is contained in:
parent
05de96fd0b
commit
f4adf7b72b
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.7.33 - 2014-05-16
|
* 4chan X - Version 1.7.33 - 2014-05-27
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.7.33 - 2014-05-16
|
* 4chan X - Version 1.7.33 - 2014-05-27
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
@ -8886,7 +8886,7 @@
|
|||||||
i = links.length;
|
i = links.length;
|
||||||
while (i--) {
|
while (i--) {
|
||||||
link = links[i];
|
link = links[i];
|
||||||
Linkify.embedProcess(Linkify.makeLink(link, this));
|
Linkify.embedProcess(Linkify.makeLink(link), this);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
embedProcess: function() {},
|
embedProcess: function() {},
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
/*
|
/*
|
||||||
* 4chan X - Version 1.7.33 - 2014-05-16
|
* 4chan X - Version 1.7.33 - 2014-05-27
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
|
||||||
@ -8902,7 +8902,7 @@
|
|||||||
i = links.length;
|
i = links.length;
|
||||||
while (i--) {
|
while (i--) {
|
||||||
link = links[i];
|
link = links[i];
|
||||||
Linkify.embedProcess(Linkify.makeLink(link, this));
|
Linkify.embedProcess(Linkify.makeLink(link), this);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
embedProcess: function() {},
|
embedProcess: function() {},
|
||||||
|
|||||||
@ -73,7 +73,7 @@ Linkify =
|
|||||||
i = links.length
|
i = links.length
|
||||||
while i--
|
while i--
|
||||||
link = links[i]
|
link = links[i]
|
||||||
Linkify.embedProcess Linkify.makeLink link, @
|
Linkify.embedProcess (Linkify.makeLink link), @
|
||||||
return
|
return
|
||||||
|
|
||||||
embedProcess: -> return
|
embedProcess: -> return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user