shellbasilisiteler.blogspot.com
Path:
/
home
/
smabmart
/
public_html
/
public
/
custom
/
[
Home
]
File: custom.js
$.ajaxSetup({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') } }); function deleteData(message, route) { if (confirm(message)) { window.location = route; } }