Changeset 198
- Timestamp:
- Sep 27, 2006, 3:50:57 PM (19 years ago)
- File:
-
- 1 edited
-
presentations/Tools/v2/Slidy/slidy.js (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
presentations/Tools/v2/Slidy/slidy.js
r197 r198 711 711 if (lastExpand == null) { 712 712 nextSlide(!event.shiftKey); 713 // foldPreviousExpandNext();714 713 } 715 714 return cancel(event); … … 2413 2412 } 2414 2413 if (node.visible) { 2415 // alert("fold this");2416 2414 fold(node); 2417 2415 } 2418 2416 else if ((node != lastExpand) && (state == "foundLastExpandFold")) { 2419 // alert("unfold other");2420 2417 unfold(node); 2421 2418 return node; … … 2426 2423 } 2427 2424 } 2428 // alert("state="+state);2429 2425 if ((state == "noExpandedItem") && (firstOutline != null)) { 2430 // alert("unfold first");2431 2426 unfold(firstOutline); 2432 2427 return firstOutline; … … 2437 2432 } 2438 2433 } 2434 2439 2435 /* 2440 2436 If their is no item expand : … … 2470 2466 } 2471 2467 if (node.visible) { 2472 alert("fold this");2473 2468 fold(node); 2474 2469 } 2475 2470 else if ((node != lastExpand) && (state == "foundLastExpandFold")) { 2476 alert("unfold other");2477 2471 unfold(node); 2478 2472 return node; … … 2483 2477 } 2484 2478 } 2485 alert("state="+state);2486 2479 if ((state == "noExpandedItem") && (firstOutline != null)) { 2487 alert("unfold first");2488 2480 unfold(firstOutline); 2489 2481 return firstOutline;
Note:
See TracChangeset
for help on using the changeset viewer.
