Skip to content
Snippets Groups Projects
Commit 44b74e45 authored by Dakshayani Chinchwadkar's avatar Dakshayani Chinchwadkar
Browse files

-- Indentation fixes

parent 593c1267
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@
var activeContactId = null;
// For organization autocomplete
if($(this).attr('urlParam')) {
var param = $(this).attr('urlParam');
var urlParams = urlParams + '&' + param;
var param = $(this).attr('urlParam');
var urlParams = urlParams + '&' + param;
}
var contactUrl = CRM.url('civicrm/ajax/rest', urlParams);
var setContactId = function(newContactId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment