Resolved merge conflicts

This commit is contained in:
Danny Bessems 2019-06-19 10:14:04 +00:00
commit 6081e42d14
1 changed files with 10 additions and 0 deletions

View 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') {
}
});
});