From: Marek Stępniowski Date: Sat, 16 Aug 2008 11:09:16 +0000 (+0200) Subject: Removed jquery.cuteform.js. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/9ea516c2cc495e8397b883fbe3de30b16c25fa4b?ds=sidebyside Removed jquery.cuteform.js. --- diff --git a/media/js/jquery.cuteform.js b/media/js/jquery.cuteform.js deleted file mode 100644 index ee1a15857..000000000 --- a/media/js/jquery.cuteform.js +++ /dev/null @@ -1,12 +0,0 @@ -(function($) { - $(document).ready(function() { - $('form.cuteform').each(function(index) { - var formLabels = $('label', this) - var maxWidth = 0; - - formLabels.each(function() { - maxWidth = Math.max(maxWidth, $(this).width()); - }).css({display: 'inline-block'}).width(maxWidth); - }); - }); -})(jQuery); \ No newline at end of file