Skip to content

Commit

Permalink
Merge pull request #2 from dgriffon/master
Browse files Browse the repository at this point in the history
use relative path for static resources
  • Loading branch information
pun-ky authored Feb 24, 2017
2 parents b93ef56 + e4236aa commit 274e06d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/search/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/URI.js/1.18.4/URI.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js" type="text/javascript"></script>

<script src="/system/console/search/common.js" type="text/javascript"></script>
<link href="/system/console/search/common.css" rel="stylesheet"/>
<script src="search/common.js" type="text/javascript"></script>
<link href="search/common.css" rel="stylesheet"/>

<script id="legal-notice-template" type="text/x-handlebars-template">
<div class="dialog dialog-legal-notice">
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/search/plugin.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
${common}

<script src="/system/console/search/scripts.js" type="text/javascript"></script>
<link href="/system/console/search/styles.css" rel="stylesheet"/>
<script src="search/scripts.js" type="text/javascript"></script>
<link href="search/styles.css" rel="stylesheet"/>

<p class="statline ui-state-highlight">
Search for bundles, decompile classes, view services or quickly enter configurations.
Expand Down

0 comments on commit 274e06d

Please sign in to comment.