Removed jquery.cuteform.js.
[wolnelektury.git] / media / js / jquery.cuteform.js
diff --git a/media/js/jquery.cuteform.js b/media/js/jquery.cuteform.js
deleted file mode 100644 (file)
index ee1a158..0000000
+++ /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