mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
version 1 of the inbox search
This commit is contained in:
@@ -118,8 +118,7 @@ var SOGoDataTableInterface = {
|
||||
load: function(urlParams) {
|
||||
if (!this.dataSource) return;
|
||||
// log ("DataTable.load() with parameters [" + urlParams.keys().join(' ') + "]");
|
||||
if (Object.isHash(urlParams) && urlParams.keys().length > 0) this.dataSource.load(urlParams);
|
||||
else this.dataSource.load(new Hash());
|
||||
this.dataSource.load(urlParams);
|
||||
},
|
||||
|
||||
visibleRowCount: function() {
|
||||
|
||||
Reference in New Issue
Block a user