* Fixed skin name of poll editor
* Fixed condition for setting the site modification date on comment update (hopefully this is correct...) * Replace site.lastUpdate with site.modified (still needs some more care - what do we do with lastUpdate anyway?)
This commit is contained in:
parent
b006cbdf0b
commit
0296ff4a88
6 changed files with 10 additions and 11 deletions
|
@ -198,7 +198,7 @@ Story.prototype.update = function(data) {
|
|||
|
||||
if (this.status !== Story.CLOSED && delta > 50) {
|
||||
site.hitchWebHook();
|
||||
site.lastUpdate = new Date;
|
||||
site.modified = new Date;
|
||||
}
|
||||
|
||||
this.clearCache();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue