Skip to content

Commit

Permalink
put jquery locally to avoid long timeout if the system is not connect…
Browse files Browse the repository at this point in the history
…ed to the internet.
  • Loading branch information
haoyuan committed Feb 25, 2013
1 parent 4a0c8f4 commit 143a18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/tachyon/webapps/browse.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<title>Tachyon</title>
<body>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<div class="container-fluid">
<div class="navbar navbar-inverse">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tachyon/webapps/general.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<title>Tachyon</title>
<body>
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<div class="container-fluid">
<div class="navbar navbar-inverse">
Expand Down
Loading

0 comments on commit 143a18e

Please sign in to comment.