* fix ai heading.
This commit is contained in:
@@ -386,6 +386,8 @@ function createServerNotification(content)
|
||||
|
||||
$(function()
|
||||
{
|
||||
$('#heading .toolbar-item').attr('data-app', 'ai');
|
||||
|
||||
$('#to-language-model').prop('href', $.createLink('ai', 'models'));
|
||||
$('#reload-current').on('click', () =>
|
||||
{
|
||||
|
||||
@@ -21,3 +21,8 @@ window.aiSquare.handleStarBtnClick = function(e)
|
||||
}
|
||||
}, 'json');
|
||||
};
|
||||
|
||||
$(function()
|
||||
{
|
||||
$('#heading .toolbar-item').attr('data-app', 'ai');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user