Skip to content

Commit

Permalink
use 'index-jasp.html' (#40)
Browse files Browse the repository at this point in the history
* use 'index-jasp.html'

* bump version
  • Loading branch information
vandenman committed Feb 14, 2024
1 parent 4a510a8 commit 96f1367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: jaspTools
Type: Package
Title: Helps preview and debug JASP analyses
Version: 0.18.3
Version: 0.18.3.9000
Author: Authors@R: c(
person("Tim", "de Jong", role = "aut"),
person("Don", "van den Bergh", role = c("ctb", "cre"), email = "d.vandenbergh@uva.nl"))
Expand Down
2 changes: 1 addition & 1 deletion R/view.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ createHtmlFile <- function(json) {
htmlDir <- getTempOutputLocation("html")
moveJaspHtmlToDir(htmlDir)

templateHtmlFile <- file.path(htmlDir, "index.html")
templateHtmlFile <- file.path(htmlDir, "index-jasp.html")
html <- readChar(templateHtmlFile, file.size(templateHtmlFile))

insertedJS <- paste0(
Expand Down

0 comments on commit 96f1367

Please sign in to comment.