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 7993634..0000000
+++ /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