mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-29 14:47:40 +00:00 
			
		
		
		
	oops, actually correct delta
Actually change delta to a positive number to get the logic the same.
This commit is contained in:
		| @@ -210,6 +210,7 @@ Returns an object with these members: | |||||||
| exports.getRelativeDate = function(delta) { | exports.getRelativeDate = function(delta) { | ||||||
| 	var futurep = false; | 	var futurep = false; | ||||||
| 	if (delta < 0) { | 	if (delta < 0) { | ||||||
|  | 		delta = -1*delta; | ||||||
| 		futurep = true; | 		futurep = true; | ||||||
| 	} | 	} | ||||||
| 	var units = [ | 	var units = [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Barrett
					Daniel Barrett