Fix the pad app when cryptpad is in an iframe
This commit is contained in:
@@ -611,7 +611,7 @@ define([
|
||||
window.open(href);
|
||||
return;
|
||||
}
|
||||
window.top.location = href;
|
||||
window.parent.location = href;
|
||||
};
|
||||
|
||||
var onContext = function (e) { e.stopPropagation(); };
|
||||
|
||||
Reference in New Issue
Block a user