minor bugfix
This commit is contained in:
parent
1bd88c15ea
commit
6e8747980f
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ function evalImg() {
|
|||
this.weblog.images.changeAlias(this);
|
||||
}
|
||||
this.alttext = req.data.alttext;
|
||||
if (this.thumbnail)
|
||||
this.thumbnail.alttext = this.alttext;
|
||||
res.message = "Changes saved successfully!";
|
||||
res.redirect(this.weblog.images.href());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue