Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.3, Mon Jun 2 12:10:15 2008 UTC | revision 1.4, Tue Jan 20 11:07:47 2009 UTC | |
|---|---|---|
| # | Line 47 function GB_show(caption, url, height, w | Line 47 function GB_show(caption, url, height, w |
| 47 | function GB_hide() { | function GB_hide() { |
| 48 | //need some code here to allow us to decide whether we're refreshing one or both lists. | //need some code here to allow us to decide whether we're refreshing one or both lists. |
| 49 | var retval; | var retval; |
| 50 | retval = dbFM.dirListObj; | retval = dbFM.dirListObj; |
| 51 | if (retval == null) { | if (retval == null) { |
| 52 | $("#GB_window,#GB_overlay").hide(); | $("#GB_window,#GB_overlay").hide(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |