mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-14 08:37:36 +02:00
Fix page
This commit is contained in:
@@ -68,7 +68,7 @@ if ($('.thumbs-list-container .dropzone')[0]) {
|
||||
|
||||
/* handle loading media */
|
||||
var loadMedia = function loadMedia(filters, callback) {
|
||||
var url = config.base_url_relative + '/media-manager.json/tmpl:media-list-content/index:' + global_index;
|
||||
var url = config.base_url_relative + '/media.json/tmpl:media-list-content/index:' + global_index;
|
||||
|
||||
if (filters.page) {
|
||||
url += '/page:' + (filters.page).split('/').join('%5C');
|
||||
|
||||
2
themes/grav/js/admin.min.js
vendored
2
themes/grav/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user