projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #21966 from mattwire/eventnopricesetcurrency
[civicrm-core.git]
/
js
/
crm.addNew.js
1
// http://civicrm.org/licensing
2
// Opens the "new item" dialog after creating a container/set
3
CRM
.$(
function
($) {
4
var
emptyMsg
= $(
'.crm-empty-table'
);
5
if
(
emptyMsg
.
length
) {
6
$(
'.action-link a.button'
,
'#crm-container'
).
click
();
7
}
8
});