Browse Source

Update blast_ui.theme.inc

Changed JQuery source to HTTPS to allow module compatibility with HTTPS sites.
Lacey-Anne Sanderson 8 years ago
parent
commit
52fa1a2294
1 changed files with 1 additions and 1 deletions
  1. 1 1
      theme/blast_ui.theme.inc

+ 1 - 1
theme/blast_ui.theme.inc

@@ -19,7 +19,7 @@ function blast_ui_preprocess_show_blast_report(&$vars) {
   // Add CSS and Javascript files
   $path = drupal_get_path('module', 'blast_ui');
   drupal_add_css($path . '/theme/css/blast_report.css');
-  drupal_add_js('http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js');
+  drupal_add_js('https://code.jquery.com/jquery-1.12.4.min.js');
 
   // Get blast job details.
   $vars['blast_job'] = get_BLAST_job($vars['job_id']);