Skip to content

Commit be637e4

Browse files
authored
Merge pull request #767 from ashtum/add-boost-gecko-script-to-heading
Add boost-gecko script to heading
2 parents 58693bc + 6c8a73e commit be637e4

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

common/code/boost_filter_basic.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function echo_filtered()
2222
echo $this->alter_title($head);
2323
echo '<link rel="icon" href="/favicon.ico" type="image/ico"'.$tag_end;
2424
echo '<link rel="stylesheet" type="text/css" href="/style-v2/section-basic.css"'.$tag_end;
25-
echo '<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>';
2625
if ($is_asciidoctor) {
2726
echo str_replace('class="', 'class="boost-asciidoctor ', $match[0][0]);
2827
} else {

common/code/boost_filter_boost_book_basic.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function echo_filtered()
2121
echo $head;
2222
echo '<link rel="icon" href="/favicon.ico" type="image/ico"/>';
2323
echo '<link rel="stylesheet" type="text/css" href="/style-v2/section-basic.css"/>';
24-
echo '<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>';
2524
if (!preg_match('@<meta\b[^<>]*\bname\s*=\s*["\']?viewport\b@', $head)) {
2625
echo '<meta name="viewport" content="width=device-width,initial-scale=1.0"/>';
2726
}

common/code/template.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<?php echo $_file['head']; ?>
77
<link rel="icon" href="/favicon.ico" type="image/ico" />
88
<link rel="stylesheet" type="text/css" href="/style-v2/section-doc.css" />
9-
<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>
109
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
1110

1211
</head>

common/heading.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ <h1 class="heading-title">
1818
"https://books.google.com/books/about/C++_Coding_Standards.html?id=mmjVIC6WolgC" class="external">C++
1919
Coding Standards</a></span></p>
2020
</div>
21+
<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>

doc/libraries.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ function category_link($name) {
311311
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
312312
<link rel="icon" href="/favicon.ico" type="image/ico" />
313313
<link rel="stylesheet" type="text/css" href="/style-v2/section-doc.css" />
314-
<script defer="defer" src="https://cppalliance.org/boost-gecko/static/js/main.min.js"></script>
315314
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
316315
</head>
317316

0 commit comments

Comments
 (0)