Commit 53d782c7bc82c99b20d304cc4fa9dba75bd68460
1 parent
90690d21
using partial_empty instead of old manner litteral with empty string
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
web/widgets/fisheye_menu.anubis
| ... | ... | @@ -54,7 +54,7 @@ public define HTML_Partial_Content |
| 54 | 54 | )= |
| 55 | 55 | if entries is |
| 56 | 56 | { |
| 57 | - [] then partial_content([], literal("")), | |
| 57 | + [] then partial_empty, | |
| 58 | 58 | [_ . _] then partial_content(jquery_animate(childs(html_Id("top_menu")), size_on_hover(64, 64, 350, 1420)), |
| 59 | 59 | |
| 60 | 60 | div([id("top_menu"), style("min-height:70px!important;vertical-align:top;display:table-row")], | ... | ... |