annotate news/static/js/news_admin.js @ 907:344f7914d421

Add scheme=https to oembed request. YouTube added this so you could get HTML that used https to embed the video. It seems that Vimeo also supports it.
author Brian Neal <bgneal@gmail.com>
date Sun, 15 Mar 2015 21:48:33 -0500
parents ee87ea74d46b
children 8386a8ebcbc7
rev   line source
bgneal@486 1 django.jQuery(document).ready(function() {
bgneal@486 2 django.jQuery('#id_meta_description').addClass('mceNoEditor');
bgneal@486 3 });