CRM-13966 Remove unautocomplete
authorColeman Watts <coleman@civicrm.org>
Mon, 24 Mar 2014 01:07:49 +0000 (21:07 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 24 Mar 2014 01:07:49 +0000 (21:07 -0400)
templates/CRM/Case/Form/ActivityToCase.tpl

index 44b32404ce810d5cc1dcfcb98d500808d2776b6d..284c35d483f0a363ed37240ca907db74246af273 100644 (file)
           width: 600,
           height: 270,
           close: function( event, ui ) {
-            cj( "#unclosed_cases" ).unautocomplete( );
+            cj('input[name=unclosed_case_id]', '#fileOnCaseDialog').select2('destroy');
             cj(this).hide().dialog("destroy");
           },
           open: function() {