mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-16 11:14:09 +08:00
Rev Control- polishing , visual BugFixes
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ module.exports = {
|
||||
socket.emit("commitReceived");
|
||||
});
|
||||
|
||||
socket.on("revHistoryRequest", function(){
|
||||
getAndSendRevHistory(null, socket);
|
||||
socket.on("revHistoryRequest", function(subRootId){
|
||||
getAndSendRevHistory(subRootId, socket);
|
||||
});
|
||||
|
||||
//socket.emit('news', {hello: "world"});
|
||||
|
||||
Reference in New Issue
Block a user