Deleting node from queue doesn't highlight save warning
keltic - June 26, 2009 - 14:08
| Project: | Nodequeue |
| Version: | 5.x-2.7 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Jump to:
Description
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");
});
});
#1
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?
#2