From c33a17a4754c3ee1b92fadde2b8f6937f192d9d3 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 11 Mar 2015 19:17:14 +0000 Subject: [PATCH] Revert "sort unlisted tags by title" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert “sort unlisted tags by title” a8ab08e8fac05ac4b50b18e9492869b802fa4cbb by @tobibeer The problem was that this commit changed the order of stylesheet processing. For background see: https://groups.google.com/d/topic/tiddlywiki/BPuuSkG6siU/discussion --- core/modules/wiki.js | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/core/modules/wiki.js b/core/modules/wiki.js index de11b6e25..2709037bc 100755 --- a/core/modules/wiki.js +++ b/core/modules/wiki.js @@ -524,7 +524,7 @@ exports.sortByList = function(array,listTitle) { if(!array || array.length === 0) { return []; } else { - var t, title, titles = [], unlisted = []; + var titles = [], t, title; // First place any entries that are present in the list for(t=0; t