Skip to content

Commit af601d3

Browse files
authored
fix: rollback rootjs version (#28)
1 parent 84d8371 commit af601d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootjs/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
node.setAttribute('crossorigin', 'anonymous')
6161
}
6262
})
63-
require([ '//root.cern/js/latest/scripts/JSRoot.core.min.js'], this.renderViewer, this.showError)
63+
require([ '//root.cern/js/7.8.2/scripts/JSRoot.core.min.js'], this.renderViewer, this.showError)
6464
},
6565
methods: {
6666
renderViewer: function () {

0 commit comments

Comments
 (0)