Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e53ad4fde7
3
js/codemirror/lib/codemirror.js
vendored
3
js/codemirror/lib/codemirror.js
vendored
@ -625,7 +625,8 @@ var CodeMirror = (function() {
|
||||
setSelection(selFrom, selTo, updateLine(sel.from.line), updateLine(sel.to.line));
|
||||
|
||||
// Make sure the scroll-size div has the correct height.
|
||||
code.style.height = (doc.height * textHeight() + 2 * paddingTop()) + "px";
|
||||
if (scroller.clientHeight)
|
||||
code.style.height = (doc.height * textHeight() + 2 * paddingTop()) + "px";
|
||||
}
|
||||
|
||||
function replaceRange(code, from, to) {
|
||||
|
||||
@ -391,7 +391,7 @@ $(function() {
|
||||
yaxis: {
|
||||
autoscale:true,
|
||||
label: PMA_messages['strTotalCount'],
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer,
|
||||
labelRenderer: $.jqplot.CanvasAxisLabelRenderer
|
||||
}
|
||||
},
|
||||
seriesDefaults: {
|
||||
@ -403,7 +403,7 @@ $(function() {
|
||||
show: true,
|
||||
location: 's', // compass direction, nw, n, ne, e, se, s, sw, w.
|
||||
xoffset: 12, // pixel offset of the legend box from the x (or x2) axis.
|
||||
yoffset: 12, // pixel offset of the legend box from the y (or y2) axis.
|
||||
yoffset: 12 // pixel offset of the legend box from the y (or y2) axis.
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user