Skip to content

Commit

Permalink
Bug #1329, Adopt site_res_url() helper function - HTTPS/SSL support
Browse files Browse the repository at this point in the history
* Plus fixing some URL constants for HTTP-S/SSL
* Fixing Ender/jeesh Javascript fallback
* http://iet-it-bugs.open.ac.uk/node/1329
* CDN SSL certificate bug, ender-js/website#11
  • Loading branch information
nfreear committed Apr 24, 2013
1 parent f2a61a8 commit 9ee79b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouplayer_base/views/oup-mep-head.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<?php endif; ?>
<script>
if(typeof $=='undefined'){
document.write(unescape("%3Cscript src='<?php echo base_url() .APPPATH. $this->theme->js_path ?>jeesh.js' %3E%3C/script%3E"));
document.write(unescape("%3Cscript src='<?php player_res_url($this->theme->js_path. 'jeesh.js') ?> %3E%3C/script%3E"));
CDN_fallback = true;
}
</script>
Expand Down

0 comments on commit 9ee79b2

Please sign in to comment.