ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
741 stars 278 forks source link

Documentation Error #136

Closed nileshtrivedi closed 10 years ago

nileshtrivedi commented 10 years ago

The page at http://ludo.cubicphuse.nl/jquery-treetable/ says this under the "Styling The Tree" section:

You can also just use this default theme, in that case don't forget to copy the images from images and update the paths in the CSS accordingly."

But there is no images folder in the downloaded zip. jquery.treetable.theme.default encodes the images in the CSS itself using Base64. The doc needs to be fixed.

ludo commented 10 years ago

Thanks! I've updated the website.

For reference: doc was already updated in aff5c23cbf18e1eb42db852081fd110775a540c3, but server copy was not updated.