aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/js/README
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
committerfriendica <info@friendica.com>2012-11-06 20:39:00 -0800
commit6db8b5bbd213693587de6d696e401d5b936b3b80 (patch)
treeacb3019ae59310c6fe14238cc698ed13e7907f07 /view/theme/diabook/js/README
parent295b865d065b12c6686592bd34739ac9d9b87978 (diff)
downloadvolse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.gz
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.tar.bz2
volse-hubzilla-6db8b5bbd213693587de6d696e401d5b936b3b80.zip
All the themes except one are horked anway
Diffstat (limited to 'view/theme/diabook/js/README')
-rw-r--r--view/theme/diabook/js/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/view/theme/diabook/js/README b/view/theme/diabook/js/README
deleted file mode 100644
index 12447afc9..000000000
--- a/view/theme/diabook/js/README
+++ /dev/null
@@ -1,31 +0,0 @@
-jQuery Resize Plugin Demo
-
-Version: v2.1.1
-Author: Adeel Ejaz (http://adeelejaz.com/)
-License: Dual licensed under MIT and GPL licenses.
-
-Introduction
-aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions.
-
-Usage:
-.aeImageResize( height, width )
-
-height
-An integer representing the maximum height for the image.
-
-width
-An integer representing the maximum width for the image.
-
-Example
-$(function() {
- $( ".resizeme" ).aeImageResize({ height: 250, width: 250 });
-});
-
-_______________________________________________________________________________________________
-
-http://javascriptly.com/examples/jquery-grab-bag/autogrow-textarea.html
-
-_______________________________________________________________________________________________
-
-http://jquery.malsup.com/
-http://jquery.malsup.com/twitter/