Remove some references to "buefy" name within docstrings, comments

This commit is contained in:
Lance Edgar 2024-04-14 20:30:52 -05:00
parent c036932ce4
commit ba521abf4f
6 changed files with 13 additions and 18 deletions
tailbone/templates/customers

View file

@ -28,9 +28,7 @@
% endif
ThisPage.methods.detachPerson = function(url) {
## TODO: this should require POST, but we will add that once
## we can assume a Buefy theme is present, to avoid having to
## implement the logic in old jquery...
## TODO: this should require POST! but for now we just redirect..
if (confirm("Are you sure you want to detach this person from this customer account?")) {
location.href = url
}