Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c680bb5461 | |||
| ce32a56cdf |
@@ -86,7 +86,7 @@ if (typeof(django) !== 'undefined' && typeof(django.jQuery) !== 'undefined')
|
||||
{
|
||||
// set current window as iframe opener because
|
||||
// the callback is called on the opener window
|
||||
iframeEl.load(function(){
|
||||
iframeEl.on('load', function() {
|
||||
var iframeObj = $(this).get(0);
|
||||
var iframeWindow = iframeObj.contentWindow;
|
||||
iframeWindow.opener = window;
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = '0.8.1'
|
||||
__version__ = '0.8.2'
|
||||
|
||||
Reference in New Issue
Block a user