mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
PHPMixBill v5.0 - First Upload
This commit is contained in:
commit
979475b312
767 changed files with 239450 additions and 0 deletions
9
ui/lib/c/hotspot.js
Normal file
9
ui/lib/c/hotspot.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=services/delete/" + id;
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue