mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 01:54:24 +02:00
prepaid to plan file
This commit is contained in:
parent
32943b40be
commit
d31edde9d6
28 changed files with 820 additions and 822 deletions
9
ui/lib/c/plan.js
Normal file
9
ui/lib/c/plan.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
$(document).on("click", ".cdelete", function(e) {
|
||||
e.preventDefault();
|
||||
var id = this.id;
|
||||
bootbox.confirm("Are you sure?", function(result) {
|
||||
if(result){
|
||||
window.location.href = "index.php?_route=plan/delete/" + id;
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue