mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-27 03:27:37 +01:00
analysis.html has been removed. (More todo entries)
This commit is contained in:
parent
7161781378
commit
2ace9165cd
@ -66,6 +66,7 @@ public class DataRequestHandler {
|
||||
*
|
||||
* @return the html
|
||||
*/
|
||||
@Deprecated //analysis.html has been removed //TODO server.html
|
||||
public String getAnalysisHtml() {
|
||||
try {
|
||||
if (!analysisCache.isCached()) {
|
||||
|
@ -141,7 +141,7 @@ public class ExportUtility {
|
||||
return;
|
||||
}
|
||||
serverFolder.mkdirs();
|
||||
String analysisHtml = HtmlUtils.replacePlaceholders(HtmlUtils.getStringFromResource("analysis.html"),
|
||||
String analysisHtml = HtmlUtils.replacePlaceholders(HtmlUtils.getStringFromResource("analysis.html"), //TODO server.html
|
||||
PlaceholderUtils.getAnalysisReplaceRules(analysisData))
|
||||
.replace(HtmlUtils.getInspectUrl(""), "../player/");
|
||||
File analysisHtmlFile = new File(serverFolder, "index.html");
|
||||
|
Loading…
Reference in New Issue
Block a user