Hello! I'm trying to add the LockOldComments import but I'm having trouble configuring it. I tried following the instructions to change the limit from 60 days to 180 days since the wiki activity is low but I'm getting errors when adding it to the CSS page. I copy and pasted it directly so what's wrong with this code?
/* Lock Old Comments */
.LockOldComments-locked [class^="ReplyCreate"] {
display: none;
}
window.lockOldComments = (window.lockOldComments || {});
window.lockOldComments.limit = 180;