Compile CSS and JS
This commit is contained in:
parent
e3da49fcbc
commit
f6b9ec0b0d
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
'use strict';
|
||||
|
||||
// Find all iframes
|
||||
var $iframes = $( "iframe" );
|
||||
var $iframes = $( "iframe" ).not(".mastodon-embed");
|
||||
|
||||
// Find and save the aspect ratio for all iframes
|
||||
$iframes.each(function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue