also use munged RPC name in URL - as that's what the stock javescript does (as far as I can tell - it's stopped returning this munged version for now)
for #552
This commit is contained in:
parent
e9d173402b
commit
af0bf6e6df
@ -254,7 +254,7 @@ window.postAjax = function(action, data, success, error) {
|
||||
var remove = function(data, textStatus, jqXHR) { window.requests.remove(jqXHR); };
|
||||
var errCnt = function(jqXHR) { window.failedRequestCount++; window.requests.remove(jqXHR); };
|
||||
var result = $.ajax({
|
||||
url: '/r/dashboard.'+action,
|
||||
url: '/r/'+methodName,
|
||||
type: 'POST',
|
||||
data: post_data,
|
||||
context: data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user