mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 00:22:44 +00:00
See ChangeLog.
Monotone-Parent: 43302bf5a2ca20f32477d5cd984a6f08aeb0149b Monotone-Revision: da1d45b607b5db68530b2ee303a1bcc9b6ef3057 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-10-14T19:13:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -157,7 +157,7 @@ var SOGoDataTableInterface = {
|
||||
index = start;
|
||||
count = end - start;
|
||||
|
||||
this.currentRenderID = index + "-" + count;
|
||||
this.currentRenderID = this.dataSource.id + "/" + index + "-" + count;
|
||||
|
||||
// Query the data source only if at least one row is not loaded
|
||||
if (refresh === true ||
|
||||
|
||||
Reference in New Issue
Block a user