Mercurial > hg > LGToc
diff check_sections.php @ 12:7e04cbe8b2a0
add required libraries to server
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Wed, 24 Jun 2015 11:11:31 +0200 |
| parents | 373c8ecad8b4 |
| children |
line wrap: on
line diff
--- a/check_sections.php Mon Jun 22 15:12:58 2015 +0200 +++ b/check_sections.php Wed Jun 24 11:11:31 2015 +0200 @@ -200,7 +200,8 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <!-- <link href="css/search.css" type="text/css" rel="stylesheet"/> --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> + <script src="js/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> + <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> --> <!--<script src="js/check_sections.js" charset="utf-8"></script>!--> </head> <body>
