Skip to content
Snippets Groups Projects
Commit 7d1496b1 authored by echicken's avatar echicken
Browse files

Pass along the hide_regexp parameter if it exists.

parent 664d7ab0
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,8 @@
typeof args.hide == "undefined")
? hide
: hide.concat(args.hide.split(",")
)
),
hide_regexp : (args.hide_regexp || null)
}
);
fileBrowser.on("load", onLoad);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment