Skip to content

Commit

Permalink
Update interface.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LaiYanKai authored Nov 9, 2022
1 parent bd6f718 commit c414921
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UniformPlanners/scripts/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -2756,12 +2756,12 @@ class Planner {

// Dynamically load all other planners
file_names = [
'Dijkstra',
'AStar',
'FloodFill',
'DepthFirst',
'GreedyBestFirst',
'JumpPointHC'
'Dijkstra',
'AStar',
// 'JumpPointHC'
];
for (f of file_names) {
var script = document.createElement("script"); // create a script DOM node
Expand Down

0 comments on commit c414921

Please sign in to comment.