choose notebook to add note/markdown [ok]

This commit is contained in:
iiuazz
2014-09-11 18:55:42 +08:00
parent dc2435a83d
commit 883ea1da62
11 changed files with 3717 additions and 61 deletions

View File

@ -631,7 +631,7 @@ $(function() {
// dropdown
$('.dropdown').on('shown.bs.dropdown', function () {
var $ul = $(this).find("ul");
$ul.height(getMaxDropdownHeight(this));
// $ul.css("max-height", getMaxDropdownHeight(this));
});
//--------