diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 23:26:44 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-06 23:26:44 +0200 |
commit | 66b9b607929c6c406fc814a16f5dcfecb219500c (patch) | |
tree | c0df71937a50a12a42a6f2ee3d6009958aac8df9 /view/theme/diabook/bottom.tpl | |
parent | f09b3cfbf8cd125909552dc5d15fc8844156b60b (diff) | |
download | volse-hubzilla-66b9b607929c6c406fc814a16f5dcfecb219500c.tar.gz volse-hubzilla-66b9b607929c6c406fc814a16f5dcfecb219500c.tar.bz2 volse-hubzilla-66b9b607929c6c406fc814a16f5dcfecb219500c.zip |
diabook-theme: twitterbox-bugfix
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){ |