This commit is contained in:
Zixaphir 2013-08-25 10:54:59 -07:00
parent 9474942271
commit 24bbf117a8
3 changed files with 3 additions and 3 deletions

View File

@ -6812,7 +6812,7 @@
if (this.isClone) {
if (Conf['Embedding']) {
i = 0;
items = $$('.embed', this.nodes.comment);
items = $$('.embedder', this.nodes.comment);
while (el = items[i++]) {
$.on(el, 'click', Linkify.cb.toggle);
if ($.hasClass(el, 'embedded')) {

View File

@ -6822,7 +6822,7 @@
if (this.isClone) {
if (Conf['Embedding']) {
i = 0;
items = $$('.embed', this.nodes.comment);
items = $$('.embedder', this.nodes.comment);
while (el = items[i++]) {
$.on(el, 'click', Linkify.cb.toggle);
if ($.hasClass(el, 'embedded')) {

View File

@ -34,7 +34,7 @@ Linkify =
if @isClone
if Conf['Embedding']
i = 0
items = $$ '.embed', @nodes.comment
items = $$ '.embedder', @nodes.comment
while el = items[i++]
$.on el, 'click', Linkify.cb.toggle
Linkify.cb.toggle.call el if $.hasClass el, 'embedded'