url to css/spinner.css should be relative

fixes http 404 not found errors for this css file
pull/2048/head
Andrew Bauer 2018-03-02 17:19:10 -06:00 committed by GitHub
parent 0077f2e17b
commit 3e77a85549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ sortReverse: true
warningPrefix: "", warningPrefix: "",
errorPrefix: "" errorPrefix: ""
}); });
new Asset.css( "/css/spinner.css" ); new Asset.css( "css/spinner.css" );
fetchNextLogs(); fetchNextLogs();
} }