* [ui] support for checking step type openApp.
This commit is contained in:
@@ -149,7 +149,12 @@ $buildTutorialTabPane = function($type) use ($groupedGuides, $lang, $currentType
|
||||
};
|
||||
|
||||
jsVar('guides', $guides);
|
||||
jsVar('lang', array('nextStep' => $lang->tutorial->nextStep));
|
||||
jsVar('lang', array
|
||||
(
|
||||
'nextStep' => $lang->tutorial->nextStep,
|
||||
'clickTipFormat' => $lang->tutorial->clickTipFormat,
|
||||
'clickAndOpenIt' => $lang->tutorial->clickAndOpenIt
|
||||
));
|
||||
|
||||
div
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user