Skip to content

Commit

Permalink
refactoring driver and updating with newest release
Browse files Browse the repository at this point in the history
  • Loading branch information
matdave committed Jun 29, 2023
1 parent f627be2 commit c5c4e47
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 364 deletions.
2 changes: 1 addition & 1 deletion _build/gpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lowCaseName": "fred",
"description": "Frontend Editor",
"author": "John Peca",
"version": "2.1.1-pl",
"version": "2.1.2-pl",
"menus": [
{
"text": "fred.menu.fred",
Expand Down
2 changes: 1 addition & 1 deletion assets/components/fred/web/elfinder/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
})(),

opts = {
cssAutoLoad : ['../elfinder-themes/material/css/theme-gray.css'],
cssAutoLoad : ['../vendor/elfinder-themes/material/css/theme-gray.css'],
getFileCallback : function(file, fm) {
if (type === 'folder') {
if (file.mime === 'directory') {
Expand Down
Loading

0 comments on commit c5c4e47

Please sign in to comment.