1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 01:25:17 +01:00

Merge branch 'master' into AD-44-in-piece-detail-support-public-not

This commit is contained in:
vrde 2015-06-17 10:46:31 +02:00
commit 41b0a33d93

View File

@ -44,7 +44,7 @@ let Image = React.createClass({
mixins: [InjectInHeadMixin],
componentDidMount() {
this.inject('http://code.jquery.com/jquery-2.1.4.min.js')
this.inject('https://code.jquery.com/jquery-2.1.4.min.js')
.then(() =>
Promise.all([
this.inject(AppConstants.baseUrl + 'static/thirdparty/shmui/shmui.css'),
@ -73,7 +73,7 @@ let Video = React.createClass({
},
componentDidMount() {
this.inject('http://code.jquery.com/jquery-2.1.4.min.js')
this.inject('https://code.jquery.com/jquery-2.1.4.min.js')
.then(() =>
Promise.all([
this.inject('https://cdnjs.cloudflare.com/ajax/libs/mediaelement/2.17.0/mediaelement-and-player.min.js'),