diff options
author | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-06 19:56:27 -0700 |
commit | 8a10af3bce54141be7e03a96f7a9c2df28c7fa5b (patch) | |
tree | 78aa6c1ed4fbc3d8d679b552c2bfc9bf690e1cf3 /view/theme/diabook/bottom.tpl | |
parent | 57920849c4138920b5715931a268dd2a55c76003 (diff) | |
parent | e417f083b53c5759346bcfcc451b0d89696788aa (diff) | |
download | volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.gz volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.tar.bz2 volse-hubzilla-8a10af3bce54141be7e03a96f7a9c2df28c7fa5b.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/bottom.tpl')
-rw-r--r-- | view/theme/diabook/bottom.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/diabook/bottom.tpl b/view/theme/diabook/bottom.tpl index 2bb651796..02ad1dcd2 100644 --- a/view/theme/diabook/bottom.tpl +++ b/view/theme/diabook/bottom.tpl @@ -31,6 +31,7 @@ $(document).ready(function() { for (var Sitem=0, m = SavedID.length; Sitem < m; Sitem++) { $("#sortable_boxes").append($("#sortable_boxes").children("#" + SavedID[Sitem])); } + }); function tautogrow(id){ |