Remove unnecessary translation to removed variable
This commit is contained in:
committed by
Sebastiaan Janssen
parent
6fc8126076
commit
6da85dd47d
@@ -34,10 +34,6 @@
|
||||
|
||||
function init() {
|
||||
|
||||
localizationService.localize("contentTypeEditor_chooseChildNode").then(function(value){
|
||||
childNodeSelectorOverlayTitle = value;
|
||||
});
|
||||
|
||||
contentTypeResource.getAll().then(function(contentTypes){
|
||||
vm.contentTypes = _.where(contentTypes, {isElement: false});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user