Skip to content

Commit

Permalink
Remote edit js moved to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jan 29, 2014
1 parent 064f970 commit 4d0ebf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rundeckapp/grails-app/views/framework/nodes.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title><g:message code="gui.menu.Nodes"/> - ${(params.project ?: request.project).encodeAsHTML()}</title>
<g:javascript library="yellowfade"/>
<asset:javascript src="nodeFiltersKO.js"/>
<asset:javascript src="nodeRemoteEdit.js"/>
<script type="text/javascript">
function showError(message) {
$("error").innerHTML += message;
Expand Down

0 comments on commit 4d0ebf3

Please sign in to comment.