Set document.domain explicitly to allow fow ajaxupload and other more fancy iframe stuff

This commit is contained in:
Egil Moeller 2012-04-05 01:45:14 +02:00
parent e06bf0e991
commit 4325f0b907
3 changed files with 3 additions and 0 deletions

View file

@ -130,6 +130,7 @@
<script src="static/custom/index.js"></script>
<script>
document.domain = document.domain;
function go2Name()
{
var padname = document.getElementById("padname").value;