- Posts: 4
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
$(document).on('ready pjax:scriptcomplete',function(){ $('iframe').each(function(i) { $(this).removeAttr('sandbox').attr('src', $(this).attr('src')); }); });
Please Log in to join the conversation.
Please Log in to join the conversation.
Well, it was actually Tpartner that figured out where the issue is. I was just emphasizing that whenever you open this in WYSIWYG mode it might "correct" your code inserted in source code mode.Thank you holch for the editor suggestion, you're a star! I disabled the editor and I was able to finally remove those iframe attributes!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.