Commit 0625d2e0 by Jorem Magcawas

fix metrics window bg issue and fit content bug

parent c53b00ba
......@@ -220,7 +220,6 @@ function promptPaused() {
var promptMain = document.createElement('div');
promptMain.classList.add("genericPopup");
promptMain.setAttribute("id", "prompt");
let pauseDiv = document.createElement('div');
pauseDiv.classList.add("parent_Window");
......
......@@ -713,7 +713,7 @@ function TIFFViewer(xhr, TiffViewerImageName) {
var FitText = fitB.textContent || fitB.innerHTML;
if (FitText !== "fc") {
if (FitText !== "FitContent") {
setheight = changedheight;
setwidth = changedwidth;
wzoom[TiffViewer_current - 1] = changedwidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment