Merge remote-tracking branch 'origin/v3'
Conflicts: LICENSE builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
e0f0eabee4
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* appchan x - Version 2.9.28 - 2014-05-27
|
||||
* appchan x - Version 2.9.28 - 2014-05-29
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
// ==/UserScript==
|
||||
|
||||
/*
|
||||
* appchan x - Version 2.9.28 - 2014-05-27
|
||||
* appchan x - Version 2.9.28 - 2014-05-29
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -8104,7 +8104,7 @@
|
||||
ExpandComment.callbacks.push(this.node);
|
||||
}
|
||||
if (Conf['Embedding'] || Conf['Link Title']) {
|
||||
this.embedProcess = Function('link', "var data = this.services(link);\nif (data) {" + ((Conf['Embedding'] ? 'this.embed(data); ' : '') + (Conf['Link Title'] ? 'data.push(post); this.title(data);' : '')) + "}");
|
||||
this.embedProcess = Function('link', 'post', "var data = this.services(link);\nif (data) {" + ((Conf['Embedding'] ? 'this.embed(data); ' : '') + (Conf['Link Title'] ? 'data.push(post); this.title(data);' : '')) + "}");
|
||||
}
|
||||
return Post.callbacks.push({
|
||||
name: 'Linkify',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// Generated by CoffeeScript
|
||||
/*
|
||||
* appchan x - Version 2.9.28 - 2014-05-27
|
||||
* appchan x - Version 2.9.28 - 2014-05-29
|
||||
*
|
||||
* Licensed under the MIT license.
|
||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||
@ -8155,7 +8155,7 @@
|
||||
ExpandComment.callbacks.push(this.node);
|
||||
}
|
||||
if (Conf['Embedding'] || Conf['Link Title']) {
|
||||
this.embedProcess = Function('link', "var data = this.services(link);\nif (data) {" + ((Conf['Embedding'] ? 'this.embed(data); ' : '') + (Conf['Link Title'] ? 'data.push(post); this.title(data);' : '')) + "}");
|
||||
this.embedProcess = Function('link', 'post', "var data = this.services(link);\nif (data) {" + ((Conf['Embedding'] ? 'this.embed(data); ' : '') + (Conf['Link Title'] ? 'data.push(post); this.title(data);' : '')) + "}");
|
||||
}
|
||||
return Post.callbacks.push({
|
||||
name: 'Linkify',
|
||||
|
||||
@ -9,7 +9,7 @@ Linkify =
|
||||
ExpandComment.callbacks.push @node
|
||||
|
||||
if Conf['Embedding'] or Conf['Link Title']
|
||||
@embedProcess = Function 'link',
|
||||
@embedProcess = Function 'link', 'post',
|
||||
"""
|
||||
var data = this.services(link);
|
||||
if (data) {#{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user