Force a rebuild

I don't have time right now to resolve the merge conflicts with master
This commit is contained in:
Jeremy Ruston 2025-09-17 14:06:58 +01:00
parent 356e8e2f23
commit 09193d49c4

View file

@ -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) {