зеркало из https://github.com/mozilla/pjs.git
bug 335169: turn of grid re-use, because of al lthe regressions. r=jminta
This commit is contained in:
Родитель
404ca0990b
Коммит
1a526db3d5
|
@ -841,6 +841,11 @@
|
|||
newDuration.normalize();
|
||||
newDuration.addDuration(oldDuration);
|
||||
|
||||
/* Reuse is disabled. bug 335169 */
|
||||
this.createDayGrid();
|
||||
return;
|
||||
|
||||
|
||||
if ((newDuration.days + newDuration.weeks*7) == 0) {
|
||||
// OK, our grid is perfect, so just reuse it exactly.
|
||||
this.reuseExistingGrid();
|
||||
|
|
Загрузка…
Ссылка в новой задаче