Minor cleanup
authorColeman Watts <coleman@civicrm.org>
Mon, 1 Sep 2014 15:45:05 +0000 (16:45 +0100)
committerColeman Watts <coleman@civicrm.org>
Mon, 1 Sep 2014 15:45:05 +0000 (16:45 +0100)
js/crm.ajax.js
templates/CRM/common/jsortable.tpl

index 0e8fb7fb5f0975d1b2f4d31000b400eab4c41546..e808621ee349f6c2a131c1350ed62559193e2b8a 100644 (file)
@@ -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) {
index bcbea30b2bd5bc4a0dd9f6554a733a9faf7ef485..b2797d17982b9de7462454af8dba4fc118507cfb 100644 (file)
         }
       }
 
-      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 ) {