Skip to content

Commit

Permalink
temp: eslint violation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmccormick committed Oct 25, 2024
1 parent c05f932 commit 0332d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/static/js/utils/handle_iframe_binding.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ define(['jquery'], function($) {
// The TinyMCE editor is hosted in an iframe, and before the iframe is
// removed we execute this code. To avoid throwing an error when setting the
// attr, check that the source doesn't start with the value specified by TinyMCE ('javascript:""').
// eslint-disable-next-line no-script-url
else if (ifr_source.lastIndexOf('javascript:', 0) !== 0) {
$(this).attr('src', ifr_source + '?' + wmode);
}
Expand Down

0 comments on commit 0332d22

Please sign in to comment.