mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-04 21:24:47 +02:00
Created Forum (markdown)
13
Forum.md
Normal file
13
Forum.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<iframe id="forum_embed"
|
||||||
|
src="javascript:void(0)"
|
||||||
|
scrolling="no"
|
||||||
|
frameborder="0"
|
||||||
|
width="900"
|
||||||
|
height="700">
|
||||||
|
</iframe>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.getElementById('forum_embed').src =
|
||||||
|
'https://groups.google.com/forum/embed/?place=forum/catch-forum'
|
||||||
|
+ '&showsearch=true&showpopout=true&showtabs=false'
|
||||||
|
+ '&parenturl=' + encodeURIComponent(window.location.href);
|
||||||
|
</script>
|
Reference in New Issue
Block a user