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:
6bc90ee
)
crm.backbone.js - Dial-down the delay on propagating changes from crmCriteriaModel...
author
Tim Otten
<totten@civicrm.org>
Mon, 20 Jan 2014 11:22:10 +0000
(
03:22
-0800)
committer
Tim Otten
<totten@civicrm.org>
Mon, 20 Jan 2014 11:22:10 +0000
(
03:22
-0800)
js/crm.backbone.js
patch
|
blob
|
blame
|
history
diff --git
a/js/crm.backbone.js
b/js/crm.backbone.js
index 4913abfbe9d114a4f328e01796ad8f36895ff50d..647d70c735a9a9aa635d7102fd9bda03e3825329 100644
(file)
--- a/
js/crm.backbone.js
+++ b/
js/crm.backbone.js
@@
-338,7
+338,7
@@
debouncedFetch: _.debounce(function() {
this.fetch({reset: true});
- },
5
00),
+ },
1
00),
/**
* Reconcile the server's collection with the client's collection.