Skip to content
Snippets Groups Projects
Commit 655e33a2 authored by Gregor Gawol's avatar Gregor Gawol
Browse files

refs #16538

* complete documentation
parent b03408a5
Branches
Tags v1.0.1
No related merge requests found
Pipeline #6124 passed with stage
in 15 seconds
...@@ -48,7 +48,7 @@ $(document).ready(function() { ...@@ -48,7 +48,7 @@ $(document).ready(function() {
method: 'GET', method: 'GET',
data: {id: recordId, source: recordSource} data: {id: recordId, source: recordSource}
}).done(function(response) { }).done(function(response) {
$('.boss-data-false').html(response.data.html); $('.boss-data').html(response.data.html);
}); });
}); });
JS; JS;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment