Skip to content

Commit

Permalink
avoid 404 when loading dmr.js due to typo in adding the version flag #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 11, 2013
1 parent 02490d7 commit edf24c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/index.html
Expand Up @@ -405,7 +405,7 @@ <h2 title="Status Code: {{connectFailure.status}}">Cannot Connect: {{connectFail
<script type="text/javascript" src="lib/angular-dragdrop.min.js?v=@VERSION@"></script>

<!-- JBoss DMR -->
<script type="text/javascript" src="lib/dmr.js?v=@VERSION@.nocache.js?v=@VERSION@"></script>
<script type="text/javascript" src="lib/dmr.js.nocache.js?v=@VERSION@"></script>

<!-- zeroclipboard -->
<script type="text/javascript" src="lib/ZeroClipboard.min.js?v=@VERSION@"></script>
Expand Down

0 comments on commit edf24c5

Please sign in to comment.