Project

General

Profile

Patch #25114 » 25114-for-r24088.patch

Go MAEDA, 2025-10-30 13:16

View differences:

app/assets/javascripts/context_menu.js
91 91
    var menu = document.createElement("div");
92 92
    menu.setAttribute("id", "context-menu");
93 93
    menu.setAttribute("style", "display:none;");
94
    document.getElementById("content").appendChild(menu);
94
    document.getElementsByTagName("body")[0].appendChild(menu);
95 95
  }
96 96
}
97 97

  
(4-4/4)