Skip to content

Commit

Permalink
Update remote.html
Browse files Browse the repository at this point in the history
update the css and js files
  • Loading branch information
leegtang committed Jul 22, 2014
1 parent 4379432 commit 917e0b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions demo/remote.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<title>BootstrapValidator demo</title>

<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="/dist/css/bootstrapValidator.css"/>
<link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="../dist/css/bootstrapValidator.css"/>

<script type="text/javascript" src="/vendor/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="/vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/dist/js/bootstrapValidator.js"></script>
<script type="text/javascript" src="../vendor/jquery/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../vendor/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="../dist/js/bootstrapValidator.js"></script>
</head>
<body>
<div class="container">
Expand Down Expand Up @@ -184,4 +184,4 @@ <h1>Sign up</h1>
});
</script>
</body>
</html>
</html>

0 comments on commit 917e0b0

Please sign in to comment.