removed shortcuts from antville. support of shortcut is now optional via zip module
This commit is contained in:
parent
1028d1e78d
commit
b458c2cab1
6 changed files with 1 additions and 91 deletions
|
@ -179,7 +179,7 @@ function getRenderedContentPart (name) {
|
|||
var partLastRendered = this.cache["lastRendered_"+name];
|
||||
if (partLastRendered <= this.modifytime ||
|
||||
partLastRendered <= this.cache.modifytime) {
|
||||
// enable caching; some macros (eg. poll, shortcut, storylist)
|
||||
// enable caching; some macros (eg. poll, storylist)
|
||||
// will set this to false to prevent caching of a contentpart
|
||||
// containing them [rg]
|
||||
req.data.cachePart = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue