Fix various Multi-Domain bugs

This commit is contained in:
Gary Sharp
2014-04-16 13:16:08 +10:00
parent 2281313966
commit d86280ae3e
15 changed files with 220 additions and 224 deletions
@@ -429,7 +429,7 @@
$.ajax({
url: '@Url.Action(MVC.API.JobQueue.Subject())',
method: 'get',
method: 'post',
data: { Id: id }
}).done(function (response) {
if (response) {