X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=js%2Fview%2Fcrm.designer.js;h=b00a2964f15670b57c4f876311e4e93f620884ce;hb=13a3d2142f2600376f73c5b43f3a4db9d3a3e49d;hp=ec3ae53c4fa9bdeae0c581deb3b5104a44e721aa;hpb=f4a5dc72e6b949dff02fb24d0949b76888bd73dd;p=civicrm-core.git diff --git a/js/view/crm.designer.js b/js/view/crm.designer.js index ec3ae53c4f..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.packagesBase.replace(/\/+$/, '') + '/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) {