We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a081c14 commit eb38edfCopy full SHA for eb38edf
public/js/lfm.js
@@ -1,6 +1,7 @@
1
(function( $ ){
2
3
- $.fn.filemanager = function(type = 'image') {
+ $.fn.filemanager = function(type) {
4
+ type = type || 'image';
5
6
if (type === 'image' || type === 'images') {
7
type = 'Images';
0 commit comments