mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-02-01 23:37:38 +00:00
Force a rebuild
I don't have time right now to resolve the merge conflicts with master
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user