/[drupal]/contributions/modules/dbfmgreybox/dbfmgreybox.js
ViewVC logotype

Diff of /contributions/modules/dbfmgreybox/dbfmgreybox.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2