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 433787e commit 5415aa6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/ui/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ public function get() {
}
else { // $element is an array
foreach ($element as $e) {
if (gettype($e) == 'string') {
echo $e;
}
if($e == $id) {
echo "found in e.\n";
}
Expand Down

0 comments on commit 5415aa6

Please sign in to comment.