Fix various Multi-Domain bugs
This commit is contained in:
@@ -429,7 +429,7 @@
|
||||
|
||||
$.ajax({
|
||||
url: '@Url.Action(MVC.API.JobQueue.Subject())',
|
||||
method: 'get',
|
||||
method: 'post',
|
||||
data: { Id: id }
|
||||
}).done(function (response) {
|
||||
if (response) {
|
||||
|
||||
Reference in New Issue
Block a user