diff --git a/res/include/script/file_viewer/DetailsWindow.js b/res/include/script/file_viewer/DetailsWindow.js index 66325e2..fd1b553 100644 --- a/res/include/script/file_viewer/DetailsWindow.js +++ b/res/include/script/file_viewer/DetailsWindow.js @@ -32,7 +32,7 @@ DetailsWindow.prototype.toggle = function() { if (this.graph === 0) { this.renderGraph() } - this.updateGraph(this.fileID) + this.updateGraph(this.file) } }