Fix the pad app when cryptpad is in an iframe

This commit is contained in:
yflory
2017-09-06 11:03:20 +02:00
parent f06683e949
commit d98bbf7df9
4 changed files with 9 additions and 9 deletions

View File

@@ -611,7 +611,7 @@ define([
window.open(href);
return;
}
window.top.location = href;
window.parent.location = href;
};
var onContext = function (e) { e.stopPropagation(); };