Skip to content
Snippets Groups Projects
Commit 8e7d86c6 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

CRM-12966, minor typo

parent 0e7af214
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ cj(function ($) {
});
$('.clear-image').click(function(){
$('#' + cj(this).attr('imgname')).val('');
$('#' + $(this).attr('imgname')).val('');
return false;
});
});
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