X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cff42cc9b51c24b47583c8b8a3a5ae5a6b837f43..9ea516c2cc495e8397b883fbe3de30b16c25fa4b:/media/js/jquery.cuteform.js diff --git a/media/js/jquery.cuteform.js b/media/js/jquery.cuteform.js deleted file mode 100644 index 7993634f8..000000000 --- a/media/js/jquery.cuteform.js +++ /dev/null @@ -1,13 +0,0 @@ -(function($) { - $.fn.cuteform = function() { - $('form.cuteform', this).each(function(index) { - var formLabels = $('label', this) - var maxWidth = 0; - - formLabels.each(function() { - maxWidth = max(maxWidth, this); - }); - formLabels.width(maxWidth); - }); - }; -})(jQuery) \ No newline at end of file