Merge branch 'v3'
Conflicts: builds/appchan-x.user.js builds/crx/script.js
This commit is contained in:
commit
b18edaa764
@ -8071,7 +8071,7 @@
|
||||
ExpandComment.callbacks.push(this.node);
|
||||
}
|
||||
if (Conf['Embedding'] || Conf['Link Title']) {
|
||||
this.embedProcess = Function('link', "var data = this.services(link); if (data) { " + ((Conf['Embedding'] ? 'this.embed(data);\n' : '') + (Conf['Title Link'] ? 'this.title(data);' : '')) + " }");
|
||||
this.embedProcess = Function('link', "var data = this.services(link); if (data) { " + ((Conf['Embedding'] ? 'this.embed(data);\n' : '') + (Conf['Link Title'] ? 'this.title(data);' : '')) + " }");
|
||||
}
|
||||
return Post.callbacks.push({
|
||||
name: 'Linkify',
|
||||
|
||||
@ -8124,7 +8124,7 @@
|
||||
ExpandComment.callbacks.push(this.node);
|
||||
}
|
||||
if (Conf['Embedding'] || Conf['Link Title']) {
|
||||
this.embedProcess = Function('link', "var data = this.services(link); if (data) { " + ((Conf['Embedding'] ? 'this.embed(data);\n' : '') + (Conf['Title Link'] ? 'this.title(data);' : '')) + " }");
|
||||
this.embedProcess = Function('link', "var data = this.services(link); if (data) { " + ((Conf['Embedding'] ? 'this.embed(data);\n' : '') + (Conf['Link Title'] ? 'this.title(data);' : '')) + " }");
|
||||
}
|
||||
return Post.callbacks.push({
|
||||
name: 'Linkify',
|
||||
|
||||
@ -14,7 +14,7 @@ Linkify =
|
||||
if (data) {
|
||||
#{
|
||||
(if Conf['Embedding'] then 'this.embed(data);\n' else '') +
|
||||
if Conf['Title Link'] then 'this.title(data);' else ''
|
||||
if Conf['Link Title'] then 'this.title(data);' else ''
|
||||
}
|
||||
}
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user