mirror of
https://github.com/e107inc/e107.git
synced 2025-10-13 05:55:02 +02:00
Fixed an access issue with the media-manager dialog window.
This commit is contained in:
@@ -409,7 +409,7 @@ $(document).ready(function()
|
||||
|
||||
// Specify what files to browse for
|
||||
filters : [
|
||||
{title : "Image files", extensions : "jpg,gif,png"},
|
||||
{title : "Image files", extensions : "jpg,gif,png,jpeg"},
|
||||
{title : "Zip files", extensions : "zip,gz"}
|
||||
],
|
||||
preinit : {
|
||||
|
Reference in New Issue
Block a user