diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 19:05:23 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-05 19:05:23 +0100 |
commit | 33f9e7fb68d58e43e1188409b43e550c9ed4b54d (patch) | |
tree | 0ae97eef3ecedd7fee26ea7e98d117f9ccd53df6 /module/web/static/js/utils | |
parent | functions to render file status, only simple coloring for now (diff) | |
download | pyload-33f9e7fb68d58e43e1188409b43e550c9ed4b54d.tar.xz |
cleaned dashboard event code, preserve filtering across packages
Diffstat (limited to 'module/web/static/js/utils')
-rw-r--r-- | module/web/static/js/utils/animations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/static/js/utils/animations.js b/module/web/static/js/utils/animations.js index 3350dd6ae..5131d3b8a 100644 --- a/module/web/static/js/utils/animations.js +++ b/module/web/static/js/utils/animations.js @@ -43,7 +43,7 @@ define(['jquery', 'underscore', 'transit'], function(jQuery, _) { return this; }; - // calculate the height and write it to data, better used on invisible elements + // calculate the height and write it to data, should be used on invisible elements jQuery.fn.calculateHeight = function(setHeight) { var o = jQuery(this[0]); var height = o.height(); |