Heya!

I got this module working quite easily with the instructions, but as I use Google Chrome for everyday casual browsing, I found out quickly that the module is stuck right at the start when using Chrome. So basicly, all I ever see with Chrome is the AJAX loading animation and all just freezes there. At least Firefox seems to work fine (can't test more browsers at the moment), guess there is just some initial JS thing that must be done with Chrome.

Chrome was recognized as Safari while I checked it with that jQuery.browser method but I guess the kickstart done in kt.js isn't enought. Also, after checking jQuery documentation, it seems that the jQuery.browser is something that shouldn't be used anymore (if im not all wrong here):

Description: We recommend against using this property, please try to use feature detection instead (see jQuery.support). Contains flags for the useragent, read from navigator.userAgent. While jQuery.browser will not be removed from future versions of jQuery, every effort to use jQuery.support and proper feature detection should be made.

http://api.jquery.com/jQuery.browser/

Google Chrome version 7.0.5xx
KnowledgeTree Version 3.7.0.2
Drupal 6.19

Also tried to update KT module to the dev version but after doing so and running update.php, got just blank white screen. Also uninstall & install did the same. This seems to be an open issue though so no more about that in this thread.