I'm using Elfinder for web file manager
When I double click the Pdf file, File is downloading.
File should be open in new window.
var y = window.open(a, "new_window", o + ",top=50,left=50,scrollbars=yes,resizable=yes");
In a
changed to https://localhost
. but still file downloads any other way to achieve this?