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 18, 2024
1 parent f693759 commit c7bb9af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ public function get() {
//echo gettype($element) . "<br>";
//echo 'Element: ' . $element. "<br>";
echo "UID is " .$this->get['uid'] . "\n";
echo $element;
if ($element == $this->get['uid']) {
echo $element;

echo "found element. swap!\n";
}
}
Expand Down

0 comments on commit c7bb9af

Please sign in to comment.