Fix url's for ajax requests

master
Futago-za Ryuu 5 years ago
parent e82994582a
commit 53b966289b

@ -78,7 +78,7 @@ $( "#run" ).click( () => {
readFile( file ) {
if ( file.indexOf( "benchmark" ) === 0 ) file = "tools" + file;
if ( file.indexOf( "benchmark" ) === 0 ) file = "tools/" + file;
return $.ajax( {
type: "GET",

Loading…
Cancel
Save