1
0
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:
alopexc0de 2014-08-15 18:33:22 -04:00
parent fe5e5f1854
commit 1846388b01
No known key found for this signature in database
GPG Key ID: 48E847F18074C953

View File

@ -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){