Closed (won't fix)
Project:
Nodequeue
Version:
5.x-2.7
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2009 at 14:08 UTC
Updated:
6 May 2011 at 22:33 UTC
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
Comment #1
ezra-g commentedThanks 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?
Comment #2
ezra-g commentedComment #3
amateescu commentedThe 5.x branch is not maintained anymore and this is fixed in 6.x.