Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 0fc745b

Browse files
committed
set origin meta
1 parent 8eade6e commit 0fc745b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

scriptedforms/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!doctype html>
22
<html lang="en">
33
<head>
4+
<meta name="referrer" content="origin-when-cross-origin">
45
<script type="text/x-mathjax-config">
56
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
67
</script>

scriptedforms/src/app/form-builder-module/form-builder.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export class FormBuilderComponent implements OnInit, AfterViewInit {
8383
linkify: true,
8484
typographer: true,
8585
});
86-
this.myMarkdownIt.disable('code')
86+
this.myMarkdownIt.disable('code');
8787
}
8888

8989
ngAfterViewInit() {

0 commit comments

Comments
 (0)