Commit 0a9345e0 authored by Gabriel L. Oliveira's avatar Gabriel L. Oliveira

Remove 'listbox-title' from header

parent 506fb1d9
......@@ -774,6 +774,9 @@ function separateUNGListboxGadgetFields() {\n
ung_toolbar_navigation.html(gadget_navigation.html());\n
gadget_navigation.remove();\n
}\n
\n
// remove \'listbox-title\' from header\n
$(\'div.listbox-title\').remove()\n
\n
// detach css of listbox-tree\n
var listboxTreeHeight = data.find("div.listbox-tree").css("height").replace("px", "");\n
......
2011-09-21 gabriel.oliveira
* Remove 'listbox-title' from header
2011-09-21 gabriel.oliveira
* Fix listbox-page-navigation location
......
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