Skip to content
Snippets Groups Projects
Commit 8e403ba9 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

#2142331 Remove optimizely js

parent c1e7aed5
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,6 @@ function bluecheese_preprocess_page(&$variables) {
// Add variable for site status message (for development sites).
$variables['drupalorg_site_status'] = filter_xss_admin(variable_get('drupalorg_site_status', FALSE));
// Add optimizely javascript for Donate button AB testing
if ((arg(0) == 'node') && (arg(1) == '3060')) {
drupal_add_js('https://cdn.optimizely.com/js/190102229.js', 'external');
}
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment