Project

General

Profile

« Previous | Next » 

Revision 3034

Added by perry over 17 years ago

initial import of changes to metacat source and config files to support spatial option

View differences:

branding.js
159 159

  
160 160
}
161 161

  
162

  
162 163
/**
164
 *  inserts the header referenced by the SEARCHBOX_URL setting
165
 */
166
function insertMap() { 
167

  
168
  if (!_isBlank(MAP_URL)) {
169

  
170
    _createIFrameWithURL(MAP_URL, IFRAME_MAP_CLASS);
171
  }
172

  
173
}
174

  
175
/**
163 176
 *  inserts the header referenced by the ADVANCED_SEARCHBOX_URL setting
164 177
 */
165 178
function insertAdvancedSearchBox() { 

Also available in: Unified diff