Skip to content

Commit

Permalink
Removed HTTPs warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed May 3, 2016
1 parent ed2622a commit 4e6839c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
8 changes: 1 addition & 7 deletions RecordRTC.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Last time updated: 2016-04-27 7:48:48 AM UTC
// Last time updated: 2016-05-03 8:19:31 AM UTC

// Open-Sourced: https://github.com/muaz-khan/RecordRTC

Expand Down Expand Up @@ -1307,12 +1307,6 @@ if (typeof MediaStream !== 'undefined') {
}
}

if (typeof location !== 'undefined') {
if (location.href.indexOf('file:') === 0) {
console.error('Please load this HTML file on HTTP or HTTPS.');
}
}

// below function via: http://goo.gl/B3ae8c
/**
* @param {number} bytes - Pass bytes and get formafted string.
Expand Down
Loading

0 comments on commit 4e6839c

Please sign in to comment.