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 321a7df commit d3b8ad6
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 @@ -66,7 +66,7 @@ function u_btoa(buffer) {
}
function movePlots(direction, id) {
<? php swap(direction, id) ?>
swap(direction, id);
location.reload();
}
Expand Down

0 comments on commit d3b8ad6

Please sign in to comment.