diff --git a/registration-system/admin/pages_list.php b/registration-system/admin/pages_list.php index 5d9babe862c0da54db908102e9d76cfc77b3387d..81d9e9df979d7006711116862ef8f040b3a813dc 100644 --- a/registration-system/admin/pages_list.php +++ b/registration-system/admin/pages_list.php @@ -365,7 +365,7 @@ $text .=<<<END var newstate = (((state-1)<0) ? 1 : 0); $.get("index.php?page=list&ajax=ajax&update="+type+"&hash="+hash+"&nstate="+newstate ,"", function(){ - if(newstate === 1) { + if(newstate === 1 && type === "backstepped") { $('td',$(that).parent().parent()).addClass('list-backstepped'); } else { $('td',$(that).parent().parent()).removeClass('list-backstepped');