| Issue 451: | Problem with persist, suggestion for a solution included | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I have a problem when I set persist to true, I get the following error: Cannot call method 'split' of undefined. I looked at the code, and in the method read() of DynaTreeStatus a check is made several times for (cookie === null) but the value of the variable cookie is undefined at this point. If I change all checks to (cookie === null || cookie === undefined) then everything works fine. Cheers, Roel.
Aug 26, 2013
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 405 |
Labels: Milestone-Release1.2.5