UNPKG
mongo-express-leufu
Version:
latest (0.51.6)
0.51.6
0.51.5
0.51.3
0.51.2
Web-based admin interface for MongoDB
mongo-express-leufu
/
lib
/
scripts
/
gridfs.js
5 lines
(4 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
window
.
loadFile
=
function
(
id
) {
const
st =
ME_SETTINGS
; location.
href
=
`
${st.baseHref}
db/
${st.dbName}
/gridFS/
${st.bucketName}
/
${
encodeURIComponent
(id)}
`
; };