mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Remove HTTP root from newsletter preview iframe
This commit is contained in:
parent
9719f0b25b
commit
53d1e0f541
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<script>
|
||||
$(document).ready(function () {
|
||||
var frame = $('<iframe></iframe>', {
|
||||
src: '${http_root}real_newsletter?${urllib.urlencode(kwargs) | n}',
|
||||
src: 'real_newsletter?${urllib.urlencode(kwargs) | n}',
|
||||
frameborder: '0',
|
||||
style: 'display: none; height: 100vh; width: 100vw;'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue