mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 15:58:19 -04:00
Make fallback as simple and fast as possible.
This commit is contained in:
parent
844b37d165
commit
6eae9a7114
2 changed files with 3 additions and 6 deletions
|
@ -8,8 +8,8 @@ modulejs.define('core/resource', ['core/settings'], function (settings) {
|
|||
|
||||
icon = function (id) {
|
||||
|
||||
return settings.h5aiAbsHref + 'client/themes/faenza/icons/' + id + '.png';
|
||||
// return settings.h5aiAbsHref + 'client/themes/evolvere/icons/' + id + '.svg';
|
||||
// return settings.h5aiAbsHref + 'client/themes/faenza/icons/' + id + '.png';
|
||||
return settings.h5aiAbsHref + 'client/themes/evolvere/icons/' + id + '.svg';
|
||||
};
|
||||
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue