Commit d673ed6c authored by Gabriel Monnerat's avatar Gabriel Monnerat

added condition to not show the text null when the listbox navigation is empty

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41398 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 732bf8b4
......@@ -152,6 +152,8 @@ $(document).ready(function(){\n
var height = tr_length * 1.5;\n
$("div.main-right tbody").css("height", height + "em");\n
}\n
if ($("div.listbox-navigation").text() == "null")\n
$("div.listbox-navigation").hide();\n
}\n
$("#edit_document").dialog({\n
autoOpen: false,\n
......
120
\ No newline at end of file
121
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment