X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fjquery%2Fjquery.crmEditable.js;h=b68b27f0a24012a04ecf7d34a41526bfe4b31902;hb=579293b64c754bcc526a6d510bb17f22f2b0e101;hp=ca1a08e24845a26c1ec129c0175bba0aed50d7ce;hpb=c1151e81db1f59bb5f79c64f6e4347203d4072bb;p=civicrm-core.git diff --git a/js/jquery/jquery.crmEditable.js b/js/jquery/jquery.crmEditable.js index ca1a08e248..b68b27f0a2 100644 --- a/js/jquery/jquery.crmEditable.js +++ b/js/jquery/jquery.crmEditable.js @@ -168,7 +168,7 @@ }); } - CRM.loadScript(CRM.config.resourceBase + 'packages/jquery/plugins/jquery.jeditable.min.js').done(function() { + CRM.loadScript(CRM.config.packagesBase + 'jquery/plugins/jquery.jeditable.min.js').done(function() { $i.editable(callback, settings); });