Remove last references to xeditable.

This commit is contained in:
Alexis Lahouze 2017-06-17 00:27:24 +02:00
parent 6fc89eeb9a
commit a32b344b2c
2 changed files with 0 additions and 6 deletions

View File

@ -62,10 +62,6 @@ var app = angular.module('accountant', [
.otherwise({
redirectTo: '/accounts'
});
})
.run(function(editableOptions) {
editableOptions.theme = 'bs3'; // bootstrap3 theme. Can be also 'bs2', 'default'
});
module.exports = app;

View File

@ -4,8 +4,6 @@
@import (inline) '~bootstrap-additions/dist/bootstrap-additions.css';
@import (inline) '~angular-xeditable/dist/css/xeditable.css';
.italic {
font-style: italic;
}