Created
May 7, 2010 22:22
-
-
Save gdakram/394073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
//--<![CDATA[ | |
$j(document).ready(function(){ | |
var citizen_id = CookieManager.read("QaAuth_QaCookie").replace(/_\d+/,""); | |
var qpack_object_id = 7328; | |
$j.ajax({ | |
url : "/fq/qpack_objects/distribute", | |
type : "POST", | |
dataType : "script", | |
data : "citizen_id="+citizen_id+"&qpack_object_id="+qpack_object_id | |
}); | |
}); | |
//--]]> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one above distributes a static object 7328 to whoever the quester is viewing the dialog page.