diff --git a/html/node.js b/html/node.js
index 5f8cc17..8465b62 100644
--- a/html/node.js
+++ b/html/node.js
@@ -27,4 +27,5 @@ if(typeof require != undefined){
ipcRenderer.send('listFiles', 'C:\\Users\\Dan\\Documents\\GitHub\\console-hub');
} else {
//no NODE integration, propably browser access
+ $("div:has(#files)").hide();//Disable file system view
}