Skip to content

Commit

Permalink
Update the license block.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Sep 6, 2011
1 parent 739fea7 commit cad117f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions jquery.chained.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Chained - jQuery non AJAX(J) chained selects plugin
*
* Copyright (c) 2010 Mika Tuupola
* Copyright (c) 2010-2011 Mika Tuupola
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
Expand Down Expand Up @@ -55,7 +55,7 @@
});

/* Force IE to see something selected on first page load, */
/* Unless something is already selected */
/* unless something is already selected */
if ( !$("option:selected", this).length ) {
$("option", this).first().attr("selected", "selected");
}
Expand Down
2 changes: 1 addition & 1 deletion jquery.chained.remote.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Remote Chained - jQuery AJAX(J) chained selects plugin
*
* Copyright (c) 2010 Mika Tuupola
* Copyright (c) 2010-2011 Mika Tuupola
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
Expand Down

0 comments on commit cad117f

Please sign in to comment.