Linkify fix

This commit is contained in:
Zixaphir 2014-05-27 18:45:23 -07:00
parent 05de96fd0b
commit f4adf7b72b
4 changed files with 6 additions and 6 deletions

View File

@ -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.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE

View File

@ -24,7 +24,7 @@
// ==/UserScript==
/*
* 4chan X - Version 1.7.33 - 2014-05-16
* 4chan X - Version 1.7.33 - 2014-05-27
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@ -8886,7 +8886,7 @@
i = links.length;
while (i--) {
link = links[i];
Linkify.embedProcess(Linkify.makeLink(link, this));
Linkify.embedProcess(Linkify.makeLink(link), this);
}
},
embedProcess: function() {},

View File

@ -1,6 +1,6 @@
// 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.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@ -8902,7 +8902,7 @@
i = links.length;
while (i--) {
link = links[i];
Linkify.embedProcess(Linkify.makeLink(link, this));
Linkify.embedProcess(Linkify.makeLink(link), this);
}
},
embedProcess: function() {},

View File

@ -73,7 +73,7 @@ Linkify =
i = links.length
while i--
link = links[i]
Linkify.embedProcess Linkify.makeLink link, @
Linkify.embedProcess (Linkify.makeLink link), @
return
embedProcess: -> return