This commit is contained in:
BOHUNG 2020-03-28 11:35:01 +08:00
parent f93a11d638
commit 846024ac51
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ $(document).ready(function(){
return Math.round(Number(num)*(10**Digit))/(10**Digit);
};
head_data.done(function(){
// $('.header-nav').html(head_images.responseJSON['head_images']);
// $('.navbar-brand').html(head_images.responseJSON['title'])
$('.header-nav').html(head_images.responseJSON['head_images']);
$('.navbar-brand').html(head_images.responseJSON['title']);
data['danger_texts'] = head_data.responseJSON['danger_texts'];
$('head title').text(head_data.responseJSON['page_title'])
});