fkchang / opal-irb

IRB (interactive ruby) for Opal
MIT License
72 stars 17 forks source link

This fixes the insecure content errors/warning on the example page. #6

Closed bcavileer closed 10 years ago

bcavileer commented 10 years ago

Assets aren't loading in Chrome browser because of an insecure content warning.

The page at 'https://fkchang.github.io/opal-irb/index-jq.html' was loaded over HTTPS, but ran insecure content from 'http://codemirror.net/keymap/emacs.js': this content should also be loaded over HTTPS.

fkchang commented 10 years ago

thanks!