mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Fix info page.
This commit is contained in:
parent
7068d354e8
commit
70e348ac50
6 changed files with 60 additions and 67 deletions
|
@ -1,4 +1,4 @@
|
|||
modulejs.define('ext/thumbnails', ['_', 'core/settings', 'core/event', 'core/server'], function (_, allsettings, event, server) {
|
||||
modulejs.define('ext/thumbnails', ['_', 'core/settings', 'core/event', 'core/server', 'core/resource'], function (_, allsettings, event, server, resource) {
|
||||
|
||||
var settings = _.extend({
|
||||
enabled: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue