|
@@ -265,7 +265,8 @@ function (angular, _, $, rst2html) {
|
|
|
element: e.target,
|
|
element: e.target,
|
|
|
position: 'bottom left',
|
|
position: 'bottom left',
|
|
|
classNames: 'drop-popover drop-function-def',
|
|
classNames: 'drop-popover drop-function-def',
|
|
|
- template: '<div style="overflow:auto;max-height:30rem;"><h4>' + funcDef.name + '</h4>' + rst2html(funcDef.description) + '</div>',
|
|
|
|
|
|
|
+ template: '<div style="overflow:auto;max-height:30rem;">'
|
|
|
|
|
+ + '<h4>' + funcDef.name + '</h4>' + rst2html(funcDef.description) + '</div>',
|
|
|
openOn: 'click',
|
|
openOn: 'click',
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|