]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added credit to rgb2hex() author
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 31 Jul 2009 19:31:23 +0000 (19:31 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 31 Jul 2009 19:31:23 +0000 (19:31 +0000)
js/userdesign.go.js

index 70dd9c7de7408d994d817a1f68df33ccd5603f99..4416dc8aeef39ffe56473a6185b244f24a5eb187 100644 (file)
@@ -27,6 +27,7 @@ $(document).ready(function() {
         }
     }
 
+    /* rgb2hex written by R0bb13 <robertorebollo@gmail.com> */
     function rgb2hex(rgb) {
         rgb = rgb.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/);
         function hex(x) {