diff --git a/www/js/jquery/datepicker/date.js b/www/js/jquery/datepicker/date.js index bb86d2bf46..97b459481e 100644 --- a/www/js/jquery/datepicker/date.js +++ b/www/js/jquery/datepicker/date.js @@ -14,6 +14,8 @@ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html + * + * See http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/ * */ @@ -499,4 +501,4 @@ Date.fullYearStart = '20'; //return ('0'+num).substring(-2); // doesn't work on IE :( }; -})(); \ No newline at end of file +})(); diff --git a/www/js/jquery/reverseorder/raw.js b/www/js/jquery/reverseorder/raw.js index 9cd5cbb718..6cf8ab28d7 100644 --- a/www/js/jquery/reverseorder/raw.js +++ b/www/js/jquery/reverseorder/raw.js @@ -4,7 +4,7 @@ * (c) Arc90, Inc. * * http://www.arc90.com - * http://lab.arc90.com + * http://lab.arc90.com/2008/05/22/jquery-reverse-order-plugin/#licensing * * Licensed under: * Creative Commons Attribution-Share Alike 3.0 http://creativecommons.org/licenses/by-sa/3.0/us/ @@ -28,4 +28,4 @@ $.fn.reverseOrder = function() { $(this).prependTo( $(this).parent() ); }); }; -})(jQuery); \ No newline at end of file +})(jQuery);