* Add the last plan lang item.

This commit is contained in:
hufangzhou
2021-11-04 13:42:51 +08:00
parent 4f5e19fc66
commit d8baf1d3fa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -71,6 +71,6 @@ $('#branch').change(function()
$.post(link, function(data)
{
data = JSON.parse(data);
if(data) $('#title').parent().next('td').html('(' + data.title + ')');
if(data) $('#title').parent().next('td').html('(' + lastLang + ': ' + data.title + ')');
})
})
+1
View File
@@ -14,6 +14,7 @@
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::set('weekend', $config->execution->weekend);?>
<?php js::set('productID', $productID);?>
<?php js::set('lastLang', $lang->productplan->last);?>
<?php js::import($jsRoot . 'misc/date.js');?>
<div id='mainContent'class='main-content'>
<div class='center-block'>