diff --git a/sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js b/sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js index fc0ce7623..e294cafba 100644 --- a/sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js +++ b/sites/all/themes/custom/edlptheme/assets/dist/scripts/main.min.js @@ -304,6 +304,8 @@ // console.log(document); var url = window.location.pathname; if( url != "" && url != "/"){ + // TODO: THIS IS NOT WORKING ! with link which dont exist in dom, e.g. productions + // TODO: how to retrieve sys_path without dom ? var $link = $('a[href="'+url+'"][data-drupal-link-system-path]').eq(0); console.log($link); var sys_path = $link.attr('data-drupal-link-system-path'); diff --git a/sites/all/themes/custom/edlptheme/assets/scripts/main.js b/sites/all/themes/custom/edlptheme/assets/scripts/main.js index fc0ce7623..e294cafba 100644 --- a/sites/all/themes/custom/edlptheme/assets/scripts/main.js +++ b/sites/all/themes/custom/edlptheme/assets/scripts/main.js @@ -304,6 +304,8 @@ // console.log(document); var url = window.location.pathname; if( url != "" && url != "/"){ + // TODO: THIS IS NOT WORKING ! with link which dont exist in dom, e.g. productions + // TODO: how to retrieve sys_path without dom ? var $link = $('a[href="'+url+'"][data-drupal-link-system-path]').eq(0); console.log($link); var sys_path = $link.attr('data-drupal-link-system-path');