Skip to content

Commit

Permalink
Expermineting to drag results
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 17, 2024
1 parent 00be83f commit 8a7632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/results/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function movePlots(direction, id) {
var direction = $(this).data('direction');
var id = $(this).data('id');
$.ajax({
url : '/api/ui/results/uid=' + id + '/type=' + plotType + '/systemId=" . $data['system']->getId() . "/action=up/resultId=" . $data['resultId'] . "',
url : '/api/ui/results/uid=' + id + '/systemId=" . $data['system']->getId() . "/action=up/resultId=" . $data['resultId'] . "',
type: 'GET',
data: {
id: id
Expand Down

0 comments on commit 8a7632d

Please sign in to comment.