Patch #25114 » 25114-for-r24088.patch
| 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 | |
- « Previous
- 1
- 2
- 3
- 4
- Next »