Remove some references to "buefy" name within docstrings, comments
This commit is contained in:
parent
c036932ce4
commit
ba521abf4f
6 changed files with 13 additions and 18 deletions
tailbone/templates/customers
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue