mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
Force a rebuild
I don't have time right now to resolve the merge conflicts with master
This commit is contained in:
parent
356e8e2f23
commit
09193d49c4
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ exports.startup = function() {
|
|||
$tw.plugins.internals = {
|
||||
getWrappers: getWrappers
|
||||
};
|
||||
// We accumulate the output of the filter inspection into an array. We can't directly write to the wiki since we might be in the middle
|
||||
// of the refresh cycle, when writes to the wiki are not allowed
|
||||
// We accumulate the output of the filter inspection into an array. We can't directly write to the wiki since we might be in
|
||||
// the middle of the refresh cycle, when writes to the wiki are not allowed
|
||||
var accumulator = [];
|
||||
// Add our hook for each filter evaluation
|
||||
$tw.hooks.addHook("th-filter-evaluation",function(filterString,wrappers) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue