Skip to content

Commit

Permalink
Merge pull request #15 from UCF/hf-header
Browse files Browse the repository at this point in the history
Updated university header URL
  • Loading branch information
jmbarne3 authored Aug 22, 2024
2 parents 2683368 + 89cf03f commit fd44d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function sst_add_admin_scripts() {

Config::$scripts = array(
array('admin' => True, 'src' => THEME_JS_URL.'/admin.js',),
array('name' => 'ucfhb-script', 'src' => '//universityheader.ucf.edu/bar/js/university-header.js',),
array('name' => 'ucfhb-script', 'src' => '//universityheader.ucf.edu/bar/js/university-header.js?use-1200-breakpoint=1',),
THEME_STATIC_URL.'/bootstrap/bootstrap/js/bootstrap.js',
array('name' => 'stellar-js', 'src' => THEME_JS_URL.'/jquery.stellar.min.js',),
array('name' => 'fittext-js', 'src' => THEME_JS_URL.'/jquery.fittext.js',),
Expand Down

0 comments on commit fd44d39

Please sign in to comment.