mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix merge-abort button
This commit is contained in:
parent
55cd069043
commit
f86d3a69d2
@ -294,7 +294,7 @@ RED.sidebar.versionControl = (function() {
|
||||
.click(function(evt) {
|
||||
evt.preventDefault();
|
||||
evt.stopPropagation();
|
||||
var spinner =u(unmergedContent);
|
||||
var spinner = utils.addSpinnerOverlay(unmergedContent);
|
||||
var activeProject = RED.projects.getActiveProject();
|
||||
utils.sendRequest({
|
||||
url: "projects/"+activeProject.name+"/merge",
|
||||
|
Loading…
Reference in New Issue
Block a user