diff options
-rw-r--r-- | web/share/js/kvm/ocr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/kvm/ocr.js b/web/share/js/kvm/ocr.js index 87ef58d8..b490956b 100644 --- a/web/share/js/kvm/ocr.js +++ b/web/share/js/kvm/ocr.js @@ -184,7 +184,7 @@ export function Ocr(__getGeometry) { "ocr_left": __sel.left, "ocr_top": __sel.top, "ocr_right": __sel.right, - "orc_bottom": __sel.bottom, + "ocr_bottom": __sel.bottom, }; tools.httpGet("/api/streamer/snapshot", params, function(http) { if (http.status === 200) { |