Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit f7f612b

Browse files
committed
Merge branch 'trenton42-patch-1' into develop
2 parents 84d425a + 46e80d2 commit f7f612b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OpenVBX/controllers/iframe.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ class Iframe extends User_Controller {
2929
function index() {
3030
$data = $this->init_view_data();
3131

32-
$twilio_js = sprintf('%s://static.twilio.com/libs/twiliojs/%s/twilio%s.js',
33-
'http'.(is_ssl() ? 's' : ''),
32+
$twilio_js = sprintf('//static.twilio.com/libs/twiliojs/%s/twilio%s.js',
3433
$this->twilio_js_version,
3534
($this->config->item('use_unminimized_js') ? '' : '.min')
3635
);

0 commit comments

Comments
 (0)