Merge PR#10 from 'sieverssj/RAVE-1090'
diff --git a/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js b/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js
index 61bb950..6f6e709 100644
--- a/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js
+++ b/rave-portal-resources/src/main/webapp/static/script/portal/rave_ui.js
@@ -232,7 +232,7 @@
                 uiState.currentRegion = ravePortal.getObjectIdFromDomId(ui.item.parent().get(0).id);
 
                 // Workaround for SHINDIG-1965 to keep the iframe re-parenting from firing the load events again
-                $(widgetEl).find('iframe').removeAttr('onload');
+                $(widgetEl).find('iframe').get(0).onload = function() {};
 
                 //for every drag operation, create an overlay for each iframe
                 //to prevent the iframe from intercepting mouse events