diff --git a/resources/js/main.js b/resources/js/main.js index c70527f..2a0cb5e 100644 --- a/resources/js/main.js +++ b/resources/js/main.js @@ -11,7 +11,7 @@ function initXKCD() { xkcd.id = "xkcdfield"; para.appendChild(xkcd); - var x = jQuery(".main-panel .content").prepend(para); + var x = jQuery(".content").prepend(para); if(rundeckPage.path() === "menu/projectHome"){ //on any project page @@ -52,4 +52,4 @@ function url_path(baseUrl) { } } } -} \ No newline at end of file +}