* add the link of this two js plugins.
This commit is contained in:
Vendored
+3
-1
@@ -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 :(
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -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);
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user