Skip to content

Commit

Permalink
mark as new version
Browse files Browse the repository at this point in the history
  • Loading branch information
inferpse committed Mar 31, 2015
1 parent fbaa886 commit 1806477
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,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-2015 [PSD2HTML.com](http://psd2html.com/jcf)
Copyright 2014-2015 [PSD2HTML.com](http://psd2html.com/?jcf)
4 changes: 2 additions & 2 deletions js/jcf.button.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Button Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.checkbox.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Checkbox Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.file.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : File Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function(root, factory) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.number.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Number Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.radio.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Radio Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.range.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Range Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.scrollable.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Scrollbar Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($, window) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.select.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Select Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($, window) {
'use strict';
Expand Down
4 changes: 2 additions & 2 deletions js/jcf.textarea.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* JavaScript Custom Forms : Textarea Module
*
* Copyright 2014 PSD2HTML (http://psd2html.com)
* Copyright 2014 PSD2HTML - http://psd2html.com/jcf
* Released under the MIT license (LICENSE.txt)
*
* Version: 1.0.3
* Version: 1.1.0
*/
;(function($) {
'use strict';
Expand Down

0 comments on commit 1806477

Please sign in to comment.