Move field rendering code from preset_editor to field.js

This commit is contained in:
Bryan Housel
2017-08-03 01:10:59 -04:00
parent f6e76665a0
commit 1bf514b7fc
5 changed files with 132 additions and 126 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ export function uiIntroNavigation(context, reveal) {
var onClick = function() { continueTo(closeTownHall); };
reveal('.inspector-body .inspector-preset',
reveal('.inspector-body .preset-editor',
t('intro.navigation.fields_townhall'),
{ buttonText: t('intro.ok'), buttonCallback: onClick }
);