version 1 of the inbox search

This commit is contained in:
Alexandre Cloutier
2014-08-06 14:49:36 -04:00
parent 1cc93c700a
commit 7794d716b9
16 changed files with 891 additions and 82 deletions

View File

@@ -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() {