Skip to content

Commit

Permalink
base_url part three (thanks to Mathias Kettner)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Linge committed Apr 22, 2010
1 parent 1828553 commit e3c533c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -2,6 +2,7 @@

* Update: jQuery Update to 1.4.2
* Update: jQuery-ui Update to 1.8
* Feature: New configure Option --with-base-url

**pnp-0.6.3 03/16/2010**

Expand Down
4 changes: 2 additions & 2 deletions contrib/ssi/status-header.ssi.in
@@ -1,5 +1,5 @@
<script src="/@PKG_NAME@/media/js/jquery-min.js" type="text/javascript"></script>
<script src="/@PKG_NAME@/media/js/jquery.cluetip.js" type="text/javascript"></script>
<script src="@BASE_URL@/media/js/jquery-min.js" type="text/javascript"></script>
<script src="@BASE_URL@/media/js/jquery.cluetip.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
Expand Down

0 comments on commit e3c533c

Please sign in to comment.