mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-03 02:33:18 +02:00
This commit wraps up:
-Better Navbar formatting -AJAX delete confirmation -Enhanced validation feedback on admin pages
This commit is contained in:
@ -1085,7 +1085,7 @@ $(document).on("click", ".confirm-delete", function (e) {
|
||||
//set id
|
||||
url = UpdateQueryString('id',id,url);
|
||||
//set name
|
||||
url = UpdateQueryString('name',name,url);
|
||||
url = UpdateQueryString('name',encodeURIComponent(name),url);
|
||||
//set confirmation
|
||||
url = UpdateQueryString('confirmed',1,url);
|
||||
//set href
|
||||
|
Reference in New Issue
Block a user