提交 83a8f4e1 编写于 作者: C Catouse

* fixed tooltip calling.

上级 71a8b466
......@@ -101,6 +101,7 @@ $(function()
$('.version-current').text('v' + version);
$('section .page-header h2 > small.label').tooltip({placement: 'right'});
});
/* set lite version label */
......@@ -212,7 +213,7 @@ $(function()
bodyClass : 'article-content',
cssPath: 'dist/css/zui.css',
afterBlur: function(){$('#content').prev('.ke-container').removeClass('focus');},
afterFocus: function(){$('#content').prev('.ke-container').addClass('focus');}
afterFocus: function(){$('#content').prev('.ke-container').addClass('focus');}
});
K.create('textarea.kindeditorSimple',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册