url to css/spinner.css should be relative
fixes http 404 not found errors for this css filepull/2048/head
parent
0077f2e17b
commit
3e77a85549
|
@ -286,7 +286,7 @@ sortReverse: true
|
|||
warningPrefix: "",
|
||||
errorPrefix: ""
|
||||
});
|
||||
new Asset.css( "/css/spinner.css" );
|
||||
new Asset.css( "css/spinner.css" );
|
||||
fetchNextLogs();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue