* Re-implemented autosave feature (ie. automatic backup / restore) for stories and comments
* Removed obsolete rescue methods * Moved contents of many individual skin files as subskins in the corresponding prototype skin file * Moved commentform_macro of Story prototype into compatibility module
This commit is contained in:
parent
ec700a655f
commit
75644bde63
18 changed files with 132 additions and 146 deletions
|
@ -510,7 +510,7 @@ Site.prototype.unsubscribe_action = function() {
|
|||
|
||||
Site.prototype.robots_txt_action = function() {
|
||||
res.contentType = "text/plain";
|
||||
this.renderSkin("robots");
|
||||
this.renderSkin("Site#robots");
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue