mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -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
|
@ -203,6 +203,7 @@
|
|||
<script type="text/javascript" src="../../../javascripts/lib/ep_etherpad-lite/static/js/timeslider.js?callback=require.define"></script>
|
||||
<script type="text/javascript" src="../../../static/custom/timeslider.js"></script>
|
||||
<script type="text/javascript" >
|
||||
document.domain = document.domain;
|
||||
var clientVars = {};
|
||||
(function () {
|
||||
require.setRootURI("../../../javascripts/src");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue