Periodic merge upstream #3
10
public/misc/script.iframe.js
Normal file
10
public/misc/script.iframe.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
$(document).ready(function(){
|
||||||
|
$.post("lucidAuth.setXDomainCookie.php", {
|
||||||
|
do: "login",
|
||||||
|
ref: $('#ref').val()
|
||||||
|
})
|
||||||
|
.done(function(data,_status) {
|
||||||
|
if (data.Result === 'Success') {
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user