Skip to content

Commit

Permalink
links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey authored and Sergey committed Oct 22, 2014
1 parent 224a5fa commit 154a6bc
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# JCF - JavaScript Custom Forms
This library allows crossbrowser customization of form elements using CSS.

Check http://psd2html.com/jcf for live demo.
Check [live demo](http://w3co.github.io/jcf/).

## Browser support
The script was tested in the following browsers:
Expand Down Expand Up @@ -290,4 +290,4 @@ Apply custom scrollbar on `<textarea>` (Works only when `Scrollable` module is a

This script is licensed under the [MIT License](LICENSE.txt).

Copyright 2014 [PSD2HTML.com](http://psd2html.com/jcf)
Copyright 2014 [PSD2HTML.com](http://psd2html.com/?jcf)
2 changes: 1 addition & 1 deletion js/jcf.button.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Button Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.checkbox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Checkbox Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.file.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : File Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.radio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Radio Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.scrollable.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Scrollbar Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.select.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Select Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion js/jcf.textarea.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* JavaScript Custom Forms : Textarea Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com/jcf)
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.0
Expand Down

0 comments on commit 154a6bc

Please sign in to comment.