From 83a8f4e190ec4130cfa93828d57f849ed9463c94 Mon Sep 17 00:00:00 2001 From: Catouse Date: Wed, 6 Aug 2014 17:54:12 +0800 Subject: [PATCH] * fixed tooltip calling. --- docs/js/doc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/js/doc.js b/docs/js/doc.js index 2095ecb2d..9e07db303 100644 --- a/docs/js/doc.js +++ b/docs/js/doc.js @@ -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', -- GitLab