We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visit https://dev.freshports.org/watch.php
Click on the glasses - icon to remove a port. It's still there. :)
glasses -
EDIT: Oh wait, it seems to be a page refresh issue. Perhaps I need a cache-buster on that URL?
e.g. append '&cb=' . time();
'&cb=' . time();
The text was updated successfully, but these errors were encountered:
A user can have multiple watch lists. A port can appear on zero or more of those lists.
The "remove" link appears if the port is on at least one watch list.
Perhaps the code needs to:
Each user can decide: "remove" or "ask".
Perhaps remove should mean:
Sorry, something went wrong.
dlangille
No branches or pull requests
Visit https://dev.freshports.org/watch.php
Click on the
glasses -
icon to remove a port. It's still there. :)EDIT: Oh wait, it seems to be a page refresh issue. Perhaps I need a cache-buster on that URL?
e.g. append
'&cb=' . time();
The text was updated successfully, but these errors were encountered: