kopia lustrzana https://github.com/miklobit/TiddlyWiki5
				
				
				
			
						commit
						4badabce4b
					
				| 
						 | 
					@ -514,6 +514,9 @@ Syncer.prototype.dispatchTask = function(task,callback) {
 | 
				
			||||||
				// Invoke the callback
 | 
									// Invoke the callback
 | 
				
			||||||
				callback(null);
 | 
									callback(null);
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
 | 
							} else {
 | 
				
			||||||
 | 
								this.logger.log(" Not Dispatching 'save' task:",task.title,"tiddler does not exist");
 | 
				
			||||||
 | 
								return callback(null);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	} else if(task.type === "load") {
 | 
						} else if(task.type === "load") {
 | 
				
			||||||
		// Load the tiddler
 | 
							// Load the tiddler
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue