X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2FCRM%2FBadge%2FForm%2FLayout.js;h=d17751f7b87e1929774fb38441c8278a3c661df3;hb=66cae70584f43f4d98a9a08b686487f9a0353d00;hp=5586588947cb291ccf10403d2f9a1092c779a6f4;hpb=51daafaadd025703b2f8d6e3d27898e3768908f9;p=civicrm-core.git diff --git a/templates/CRM/Badge/Form/Layout.js b/templates/CRM/Badge/Form/Layout.js index 5586588947..d17751f7b8 100644 --- a/templates/CRM/Badge/Form/Layout.js +++ b/templates/CRM/Badge/Form/Layout.js @@ -5,7 +5,7 @@ CRM.$(function($) { window.KCFinder = { callBack: function(url) { field.val(url).change(); - // calculate the image default width, height + // calculate the image default width, height // and assign to respective fields var ajaxUrl = CRM.url('civicrm/ajax/rest', 'className=CRM_Badge_Page_AJAX&fnName=getImageProp&json=1&img=' + url); $.getJSON(ajaxUrl).done(function ( response ) {