Project

General

Profile

« Previous | Next » 

Revision faf4f771

Added by Andreas Kohlbecker almost 8 years ago

removing js library jquery.scrollTo

View differences:

modules/cdm_dataportal/cdm_dataportal.module
290 290

  
291 291

  
292 292
  drupal_add_js(drupal_get_path('module', 'cdm_dataportal') . '/js/jquery.cdm.taxonomic_children.js');
293
  _add_js_lib_scrollTo();
294

  
293
  
295 294
  drupal_add_js('jQuery(document).ready(function() {
296 295
        jQuery(\'' . $jquery_selector . '\').taxonomic_children({
297 296
          hoverClass: "fa-rotate-90",
......
314 313
    drupal_add_js(drupal_get_path('module', 'cdm_dataportal') . '/js/domEvent.js');
315 314
  }
316 315

  
317
  function _add_js_lib_scrollTo() {
318
    drupal_add_js(drupal_get_path('module', 'cdm_dataportal') . '/js/jquery.scrollTo-1.4.3.1'
319
      . (variable_get('cdm_js_devel_mode', FALSE) ? '-min' : '') . '.js');
320
  }
321

  
322 316
  function _add_jquery_ui()
323 317
  {
324 318
    drupal_add_css(drupal_get_path('module',

Also available in: Unified diff