mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Set document.domain explicitly to allow fow ajaxupload and other more fancy iframe stuff
This commit is contained in:
parent
e06bf0e991
commit
4325f0b907
3 changed files with 3 additions and 0 deletions
|
@ -280,6 +280,7 @@
|
|||
<script type="text/javascript" src="../javascripts/lib/ep_etherpad-lite/static/js/pad.js?callback=require.define"></script>
|
||||
<% } %>
|
||||
<script type="text/javascript">
|
||||
document.domain = document.domain;
|
||||
var clientVars = {};
|
||||
(function () {
|
||||
<% if (settings.minify) { %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue