mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
using a simpler version
This commit is contained in:
parent
b4bb454518
commit
9236e9471d
@ -139,7 +139,7 @@
|
||||
};
|
||||
|
||||
var displayFinalUrl = function(xhr, method, url, container) {
|
||||
container.html(method + ' ' + $('<div>').text(url).html());
|
||||
container.text(method + ' ' + url);
|
||||
};
|
||||
|
||||
var displayResponseData = function(xhr, container) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user