* Fixed skin names according to issue #16
* Fixed rendering of values stored in res.meta.values * Removed obsolete code (mostly disabled by comments already)
This commit is contained in:
parent
5044e3610a
commit
0ba8805d02
25 changed files with 279 additions and 294 deletions
|
@ -237,7 +237,6 @@ Site.prototype.main_css_action = function() {
|
|||
res.dependsOn(Skin("Site", "stylesheet").getSource());
|
||||
res.digest();
|
||||
res.contentType = "text/css";
|
||||
this.renderSkin("Site#values");
|
||||
this.renderSkin("Site#stylesheet");
|
||||
return;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue