Closed afragen closed 8 years ago
I've been hacking on this all day.
If there are 2 or more notices. Selecting that last notice seems to only get the data from the first notice in $_POST. What this means is that selecting the second notice makes the first notice dismiss.
$_POST
I think I fixed this and commit on it's way.
Should be fixed here, https://github.com/collizo4sky/persist-admin-notices-dismissal/commit/5f1d139394880b9a8a4ae2b5d4328b323eeb1cb3
I really have to learn javascript. 😛
I've been hacking on this all day.
If there are 2 or more notices. Selecting that last notice seems to only get the data from the first notice in
$_POST
. What this means is that selecting the second notice makes the first notice dismiss.