We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d8371 commit af601d3Copy full SHA for af601d3
rootjs/src/App.vue
@@ -60,7 +60,7 @@ export default {
60
node.setAttribute('crossorigin', 'anonymous')
61
}
62
})
63
- require([ '//root.cern/js/latest/scripts/JSRoot.core.min.js'], this.renderViewer, this.showError)
+ require([ '//root.cern/js/7.8.2/scripts/JSRoot.core.min.js'], this.renderViewer, this.showError)
64
},
65
methods: {
66
renderViewer: function () {
0 commit comments