Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Desktop/html/index-jasp.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@
<script type="text/javascript" src="js/column.js"> </script>
<script type="text/javascript" src="js/main.js"> </script>

<link type="text/css" href="js/htmltools-fill-0.5.8.1/fill.css" rel="stylesheet" />
<script type="text/javascript" src="js/htmlwidgets-1.6.4/htmlwidgets.js"></script>
<script type="text/javascript" src="js/plotly-binding-4.10.4/plotly.js"></script>
<script type="text/javascript" src="js/typedarray-0.1/typedarray.min.js"></script>
<!--<script type="text/javascript" src="js/jquery-3.5.1/jquery.min.js"></script>-->
<link type="text/css" href="js/crosstalk-1.2.1/css/crosstalk.min.css" rel="stylesheet" />
<script type="text/javascript" src="js/crosstalk-1.2.1/js/crosstalk.min.js"></script>
<link type="text/css" href="js/plotly-htmlwidgets-css-2.11.1/plotly-htmlwidgets.css" rel="stylesheet" />
<script type="text/javascript" src="js/plotly-main-2.11.1/plotly-latest.min.js"></script>


</head>
<body>
<div id="templates" ></div>
Expand Down
10 changes: 10 additions & 0 deletions Desktop/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
<script type="text/javascript" src="js/column.js"> </script>
<script type="text/javascript" src="js/main.js"> </script>

<link type="text/css" href="js/htmltools-fill-0.5.8.1/fill.css" rel="stylesheet" />
<script type="text/javascript" src="js/htmlwidgets-1.6.4/htmlwidgets.js"></script>
<script type="text/javascript" src="js/plotly-binding-4.10.4/plotly.js"></script>
<script type="text/javascript" src="js/typedarray-0.1/typedarray.min.js"></script>
<!--<script type="text/javascript" src="js/jquery-3.5.1/jquery.min.js"></script>-->
<link type="text/css" href="js/crosstalk-1.2.1/css/crosstalk.min.css" rel="stylesheet" />
<script type="text/javascript" src="js/crosstalk-1.2.1/js/crosstalk.min.js"></script>
<link type="text/css" href="js/plotly-htmlwidgets-css-2.11.1/plotly-htmlwidgets.css" rel="stylesheet" />
<script type="text/javascript" src="js/plotly-main-2.11.1/plotly-latest.min.js"></script>

</head>
<body>
<div id="results">
Expand Down
1 change: 1 addition & 0 deletions Desktop/html/js/analysis.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ JASPWidgets.AnalysisView = JASPWidgets.View.extend({
this.model.on("CustomOptions:changed", function (options) { this.trigger("optionschanged", this.model.get("id"), options) }, this);
this.model.on("SaveImage:clicked", function (options) { this.trigger("saveimage", this.model.get("id"), options) }, this);
this.model.on("EditImage:clicked", function (image, options) { this.imageBeingEdited = image; this.trigger("editimage", this.model.get("id"), options) }, this);
this.model.on("InteractiveImage:clicked", function (options) { this.trigger("interactiveImage", this.model.get("id"), options) }, this);
this.model.on("ShowDependencies:clicked", function (optName) { this.trigger("showDependencies", this.model.get("id"), optName) }, this);

this.$el.on("changed:userData", this, this.onUserDataChanged);
Expand Down
1 change: 1 addition & 0 deletions Desktop/html/js/crosstalk-1.2.1/css/crosstalk.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading