Here is additional jquery code that highlights the save warning when a node is removed.

$(document).ready(function() {
  $("a.nodequeue-remove").click(function() {
    $("p.nodequeue-warning").css("color", "red");
  });
});

Comments

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for taking the time to submit this issue.

I'm not sure from your description exactly what this issue is about. Could you add more of a description?

Also, could you submit a patch that implements this change?

ezra-g’s picture

Status: Postponed (maintainer needs more info) » Needs work
amateescu’s picture

Status: Needs work » Closed (won't fix)

The 5.x branch is not maintained anymore and this is fixed in 6.x.