removed branch show

master
Ayush Mukherjee 5 years ago
parent c4d327d385
commit 8ea47f8d32

@ -27,8 +27,6 @@
</div> </div>
</div> </div>
<div class="right"> <div class="right">
Current Branch: <span id="branch"></span>
<br>
Git Status: <br> Git Status: <br>
<textarea name="status" id="status" cols="30" rows="10"></textarea> <textarea name="status" id="status" cols="30" rows="10"></textarea>
Git Log: <br> Git Log: <br>
@ -58,9 +56,5 @@
ipc.on('send_log', function(event, args) { ipc.on('send_log', function(event, args) {
document.getElementById("log").innerHTML = args; document.getElementById("log").innerHTML = args;
}); });
ipc.on('send_branch', function(event, args) {
document.getElementById("branch").innerHTML = args;
});
</script> </script>
</html> </html>

Loading…
Cancel
Save