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
|
@ -130,6 +130,7 @@
|
|||
|
||||
<script src="static/custom/index.js"></script>
|
||||
<script>
|
||||
document.domain = document.domain;
|
||||
function go2Name()
|
||||
{
|
||||
var padname = document.getElementById("padname").value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue