X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fview%2Fcrm.designer.js;h=b00a2964f15670b57c4f876311e4e93f620884ce;hb=13a3d2142f2600376f73c5b43f3a4db9d3a3e49d;hp=3db0eb0ca1fd8bd0224cc7ef2ed5116d18ee9535;hpb=1bc7f92e53c5d62efb2dd48245cb2cc1356eac64;p=civicrm-core.git diff --git a/js/view/crm.designer.js b/js/view/crm.designer.js index 3db0eb0ca1..b00a2964f1 100644 --- a/js/view/crm.designer.js +++ b/js/view/crm.designer.js @@ -370,7 +370,7 @@ "theme": 'classic', "dots": false, "icons": false, - "url": CRM.config.resourceBase + 'packages/jquery/plugins/jstree/themes/classic/style.css' + "url": CRM.config.packagesBase + 'jquery/plugins/jstree/themes/classic/style.css' }, 'plugins': ['themes', 'json_data', 'ui', 'search'] }).bind('loaded.jstree', function () { @@ -675,7 +675,7 @@ }); var form1 = CRM.loadForm(url) .on('crmFormLoad', function() { - $(this).prepend('
' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '
'); + $(this).prepend('
' + ts('Note: This will modify the field system-wide, not just in this profile form.') + '
'); }); }, onChangeIsDuplicate: function(model, value, options) {