oops
This commit is contained in:
parent
bcdb6193eb
commit
275cd3503f
@ -11554,7 +11554,7 @@
|
||||
elA = $.el('a', {
|
||||
textContent: text
|
||||
});
|
||||
if ((action = prev.firstElementChild).nodeName === 'FORM') {
|
||||
if ((action = el.firstElementChild).nodeName === 'FORM') {
|
||||
elA.href = 'javascript:;';
|
||||
$.on(elA, 'click', function() {
|
||||
return action.firstElementChild.click();
|
||||
|
||||
@ -11542,7 +11542,7 @@
|
||||
elA = $.el('a', {
|
||||
textContent: text
|
||||
});
|
||||
if ((action = prev.firstElementChild).nodeName === 'FORM') {
|
||||
if ((action = el.firstElementChild).nodeName === 'FORM') {
|
||||
elA.href = 'javascript:;';
|
||||
$.on(elA, 'click', function() {
|
||||
return action.firstElementChild.click();
|
||||
|
||||
@ -39,7 +39,7 @@ Style =
|
||||
elA = $.el 'a',
|
||||
textContent: text
|
||||
|
||||
if (action = prev.firstElementChild).nodeName is 'FORM'
|
||||
if (action = el.firstElementChild).nodeName is 'FORM'
|
||||
elA.href = 'javascript:;'
|
||||
$.on elA, 'click', ->
|
||||
action.firstElementChild.click()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user