Skip to content

Commit

Permalink
fixed install error: NEXT button doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-blog committed Aug 25, 2018
1 parent dd5add1 commit 845e121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install/index.php
Expand Up @@ -35,7 +35,7 @@ function output ()
<meta name="robots" content="none" />
<title>Welcome to bW</title>
<script src="../inc/script/jquery.min.js"></script>
<script src="jquery.scrollTo.min.js"></script>
<script src="jquery.scrollTo.min.js?v=2"></script>
<link href="../theme/default/font.css" media="all" rel="stylesheet" type="text/css" />
<link href="install.css" media="all" rel="stylesheet" type="text/css" />
</head>
Expand Down
6 changes: 3 additions & 3 deletions install/jquery.scrollTo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 845e121

Please sign in to comment.