projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c950f
)
Provide developers (unit test writers in particular) information about the original...
author
Frank J. Gómez
<frank@ginkgostreet.com>
Sun, 14 Sep 2014 19:37:42 +0000
(15:37 -0400)
committer
Frank J. Gómez
<frank@ginkgostreet.com>
Sun, 14 Sep 2014 19:37:42 +0000
(15:37 -0400)
js/crm.ajax.js
patch
|
blob
|
blame
|
history
diff --git
a/js/crm.ajax.js
b/js/crm.ajax.js
index d5ddcf153b004456b7ff8fec3208d60f665b4042..aa6a87095fb366591a85ddd416bd0a64be57a8d2 100644
(file)
--- a/
js/crm.ajax.js
+++ b/
js/crm.ajax.js
@@
-461,7
+461,7
@@
identifier = $el.attr('name') || $el.attr('href');
if (!identifier || identifier === '#' || $.inArray(identifier, added) < 0) {
var $icon = $el.find('.icon'),
- button = {text: label, click: function() {
+ button = {
'data-identifier': identifier,
text: label, click: function() {
$el.click();
}};
if ($icon.length) {