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:
dfc2a86
)
crmUiHelp - Remove unnecessary code
author
Tim Otten
<totten@civicrm.org>
Wed, 18 Mar 2015 01:12:29 +0000
(18:12 -0700)
committer
Coleman Watts
<coleman@civicrm.org>
Thu, 19 Mar 2015 15:39:48 +0000
(11:39 -0400)
js/angular-crm-ui.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crm-ui.js
b/js/angular-crm-ui.js
index 2b6b1abaae4f9e064dba9298617528ba159dbf21..9f2332c02813b7f5b99554f591efbd62a77b1b74 100644
(file)
--- a/
js/angular-crm-ui.js
+++ b/
js/angular-crm-ui.js
@@
-172,13
+172,9
@@
return this.options[n];
},
open: function open() {
- console.log('open', this.options.title, this.options.id, this.options.file);
CRM.help(this.options.title, {id: this.options.id, file: this.options.file});
},
clone: function clone(options, defaults) {
- options = options || {};
- defaults = defaults || {};
- console.log('clone', defaults, this.options, options);
return new FieldHelp(angular.extend({}, defaults, this.options, options));
}
});