Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site cc297472a -> 20692724a
Announcements Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/20692724 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/20692724 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/20692724 Branch: refs/heads/asf-site Commit: 20692724a9ab7764012de200b04fe72355a6c76c Parents: cc29747 Author: JamesBognar <[email protected]> Authored: Mon Nov 28 13:53:42 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 28 13:53:42 2016 -0500 ---------------------------------------------------------------------- content/index.html | 2 +- content/twitter.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/20692724/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 3cd168e..4adcde8 100644 --- a/content/index.html +++ b/content/index.html @@ -156,6 +156,6 @@ </table> </footer> </div> -<iframe id='buff' style='display:none' onload="parent.loadResults(this)"></iframe> +<iframe id='buff' style='display:none' onload="parent.loadResults(this)" sandbox="allow-same-origin"></iframe> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/20692724/content/twitter.html ---------------------------------------------------------------------- diff --git a/content/twitter.html b/content/twitter.html index b11f84b..4e02c1e 100644 --- a/content/twitter.html +++ b/content/twitter.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html> <body> - <a class="twitter-timeline" data-width="600" href="https://twitter.com/ApacheJuneau"></a> <script src="http://platform.twitter.com/widgets.js" charset="utf-8"></script> + <a class="twitter-timeline" data-width="600" href="https://twitter.com/ApacheJuneau">Loading...</a> <script src="http://platform.twitter.com/widgets.js" charset="utf-8"></script> </body> </html>
