[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [PATCH] Fix missing css and js files on cgi-bin/bapase.cgi



Applied, thanks!

Lucas


On 15/04/13 at 15:38 +0700, Prach Pongpanich wrote:
> ---
>  web/bapase.cgi |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/web/bapase.cgi b/web/bapase.cgi
> index f904581..986e0a1 100755
> --- a/web/bapase.cgi
> +++ b/web/bapase.cgi
> @@ -274,9 +274,9 @@ $actions = Actions::fetch
> 
>  puts <<-EOF
>  <html><head>
> -<link rel="stylesheet" href="css/tablesorter/style.css" type="text/css" />
> -<script type="text/javascript" src="js/jquery.min.js"></script>
> -<script type="text/javascript" src="js/jquery.tablesorter.min.js"></script>
> +<link rel="stylesheet" href="/css/tablesorter/style.css" type="text/css" />
> +<script type="text/javascript" src="/js/jquery.min.js"></script>
> +<script type="text/javascript" src="/js/jquery.tablesorter.min.js"></script>
>  <script type="text/javascript">
>      $(document).ready(function() {
>          // call the tablesorter plugin
> -- 
> 1.7.10.4
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-qa-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] CAF=n8M+5hHh1bgTxAOe7yKUKsszbU9p_2a28dPAB--PPx8_R9A@mail.gmail.com">http://lists.debian.org/[🔎] CAF=n8M+5hHh1bgTxAOe7yKUKsszbU9p_2a28dPAB--PPx8_R9A@mail.gmail.com
> 
> 


Reply to: