From 29bc93ee1e3232364445dbe04fe8f5b648379064 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 1 Sep 2014 16:45:05 +0100 Subject: [PATCH] Minor cleanup --- js/crm.ajax.js | 2 +- templates/CRM/common/jsortable.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/crm.ajax.js b/js/crm.ajax.js index 0e8fb7fb5f..e808621ee3 100644 --- a/js/crm.ajax.js +++ b/js/crm.ajax.js @@ -21,7 +21,7 @@ mode = CRM.config && CRM.config.isFrontend ? 'front' : 'back'; } query = query || ''; - var frag = path.split ('?'); + var frag = path.split('?'); var url = tplURL[mode].replace("*path*", frag[0]); if (!query) { diff --git a/templates/CRM/common/jsortable.tpl b/templates/CRM/common/jsortable.tpl index bcbea30b2b..b2797d1798 100644 --- a/templates/CRM/common/jsortable.tpl +++ b/templates/CRM/common/jsortable.tpl @@ -128,7 +128,7 @@ } } - var noRecordFoundMsg = {/literal}'{ts escape="js"}There are no records.{/ts}'{literal}; + var noRecordFoundMsg = {/literal}'{ts escape="js"}None found.{/ts}'{literal}; var oTable; if ( useAjax ) { -- 2.25.1