Merge pull request #1584 from emanuelschuetze/typos

Fixed typo. Removed unused config.js.
This commit is contained in:
Emanuel Schütze 2015-06-29 20:27:19 +02:00
commit 8a87ed9457
2 changed files with 1 additions and 2 deletions

View File

@ -240,7 +240,7 @@ angular.module('OpenSlidesApp.agenda.site', ['OpenSlidesApp.agenda'])
$scope.csvimportcounter = 0;
for (var i = 0; i < obj.length; i++) {
var item = {};
item.title = obj[i].titel;
item.title = obj[i].title;
item.text = obj[i].text;
item.duration = obj[i].duration;
item.weight = 0; // TODO: the rest_api should do this

View File

@ -191,7 +191,6 @@
<script src="static/js/app.js"></script>
<script src="static/js/core.js"></script>
<script src="static/js/config/config.js"></script>
<script src="static/js/agenda/agenda.js"></script>
<script src="static/js/motions/motions.js"></script>
<script src="static/js/assignments/assignments.js"></script>