Small changes.

This commit is contained in:
Lars Jung 2014-05-30 00:45:50 +02:00
parent 2b26796719
commit 05504d8e5d
2 changed files with 26 additions and 17 deletions

View file

@ -8,8 +8,8 @@ modulejs.define('core/resource', ['core/settings'], function (settings) {
icon = function (id) {
// return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
return settings.appUrl + 'client/themes/faenza/icons/' + id + '.png';
// return settings.appUrl + 'client/themes/evolvere/icons/' + id + '.svg';
};
return {