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
1 changed files with 1 additions and 1 deletions

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