Merge pull request #2996 from emanuelschuetze/fixes
Minor fixes from previous pull request reviews.
This commit is contained in:
commit
cac15db50a
@ -242,8 +242,7 @@ gulp.task('watch', ['js', 'templates', 'pdf-worker'], function () {
|
||||
gulp.task('pot', function () {
|
||||
return gulp.src([
|
||||
'openslides/core/static/templates/*.html',
|
||||
'openslides/*/static/templates/*/*.html',
|
||||
'openslides/*/static/templates/*/*/*.html',
|
||||
'openslides/*/static/templates/**/*.html',
|
||||
'openslides/*/static/js/*/*.js',
|
||||
])
|
||||
.pipe(gettext.extract('template-en.pot', {}))
|
||||
|
@ -192,7 +192,6 @@ angular.module('OpenSlidesApp.motions', [
|
||||
.factory('Motion', [
|
||||
'DS',
|
||||
'$http',
|
||||
'$filter',
|
||||
'MotionPoll',
|
||||
'MotionChangeRecommendation',
|
||||
'MotionComment',
|
||||
@ -205,7 +204,7 @@ angular.module('OpenSlidesApp.motions', [
|
||||
'OpenSlidesSettings',
|
||||
'Projector',
|
||||
'operator',
|
||||
function(DS, $http, $filter, MotionPoll, MotionChangeRecommendation, MotionComment, jsDataModel, gettext, gettextCatalog,
|
||||
function(DS, $http, MotionPoll, MotionChangeRecommendation, MotionComment, jsDataModel, gettext, gettextCatalog,
|
||||
Config, lineNumberingService, diffService, OpenSlidesSettings, Projector, operator) {
|
||||
var name = 'motions/motion';
|
||||
return DS.defineResource({
|
||||
|
Loading…
Reference in New Issue
Block a user