Skip to content

Commit 53279c6

Browse files
Phil ZetPhil Zet
authored andcommitted
Rename ColorPick -> colorPick
1 parent 925c774 commit 53279c6

5 files changed

Lines changed: 2 additions & 2 deletions

File tree

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
66
<title>ColorPick.js</title>
77

8-
<link rel="stylesheet" href="../colorPick.css">
8+
<link rel="stylesheet" href="../src/colorPick.css">
99
<style>
1010
.colorPickSelector {
1111
border-radius: 5px;
@@ -27,7 +27,7 @@
2727
<div class="colorPickSelector"></div>
2828

2929
<script src="js/jquery-3.1.1.min.js"></script>
30-
<script src="../ColorPick.js"></script>
30+
<script src="../src/colorPick.js"></script>
3131
<script>
3232
$(".colorPickSelector").colorPick({
3333
'initialColor' : '#27ae60',
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)