diff --git a/public/misc/script.iframe.js b/public/misc/script.iframe.js new file mode 100644 index 0000000..d6bfb93 --- /dev/null +++ b/public/misc/script.iframe.js @@ -0,0 +1,10 @@ +$(document).ready(function(){ + $.post("lucidAuth.setXDomainCookie.php", { + do: "login", + ref: $('#ref').val() + }) + .done(function(data,_status) { + if (data.Result === 'Success') { + } + }); +}); \ No newline at end of file