From 36e3e4ecc1e248214cc25493977ec86af1daf2b7 Mon Sep 17 00:00:00 2001 From: ProgrammerIn-wonderland <3838shah@gmail.com> Date: Mon, 25 Dec 2023 02:29:55 -0500 Subject: [PATCH] remove PDF warning --- apps/libfileview.app/fileHandler.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/libfileview.app/fileHandler.js b/apps/libfileview.app/fileHandler.js index dd92525c..abbc1ab5 100644 --- a/apps/libfileview.app/fileHandler.js +++ b/apps/libfileview.app/fileHandler.js @@ -31,7 +31,6 @@ function openFile (path) { } function openPDF(path) { - alert('Holy shit why are you trying to view a pdf...') fs.readFile(path, function(err, data) { let fileView = AliceWM.create("PDF File") fileView.content.style.overflow = 'auto'