mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 11:42:40 +00:00
tell process.php that we want to resolve links, not shorten
This commit is contained in:
parent
fe5e5f1854
commit
1846388b01
@ -103,7 +103,7 @@
|
||||
$("#theLoader").fadeIn("fast");
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
$.post("process.php?token=<?php echo $token; ?>", $(this).serialize(), function(data){
|
||||
$.post("process.php?resolve&token=<?php echo $token; ?>", $(this).serialize(), function(data){
|
||||
$("#message").hide().slideDown("fast");
|
||||
$("#theLoader").hide();
|
||||
if($('#danger').length){
|
||||
|
Loading…
Reference in New Issue
Block a user