Navigation Menu

Skip to content

Commit

Permalink
Clean-up code
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 2, 2023
1 parent 0fc97d5 commit c78e64b
Show file tree
Hide file tree
Showing 28 changed files with 25 additions and 915 deletions.
69 changes: 0 additions & 69 deletions ajax/detail.php

This file was deleted.

101 changes: 0 additions & 101 deletions ajax/dropdownContact.php

This file was deleted.

77 changes: 0 additions & 77 deletions ajax/referencedetail.php

This file was deleted.

5 changes: 0 additions & 5 deletions ajax/referencespecifications.php
Expand Up @@ -45,11 +45,6 @@
if ($_POST["itemtype"]) {
switch ($_POST["field"]) {
case "types_id":
if ($_POST["itemtype"] == 'PluginOrderOther') {
$file = 'other';
} else {
$file = $_POST["itemtype"];
}
if (class_exists($_POST["itemtype"].'Type')) {
Dropdown::show($_POST["itemtype"]."Type", ['name' => "types_id"]);
}
Expand Down
47 changes: 0 additions & 47 deletions ajax/referencetree.php

This file was deleted.

0 comments on commit c78e64b

Please sign in to comment.