Skip to content
Snippets Groups Projects
Commit 4d4e48b8 authored by iliya's avatar iliya
Browse files

feat: fixing hashes

parent bb877671
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<body> <body>
{{ template "nav" . }} {{ template "nav" . }}
{{ template "content" . }} {{ template "content" . }}
<script integrity="sha384-ugweC/kAs9x+OyLL8KgSLbINUovPSHZvkShmFj+xFOi+uvEWDFRnOVZm5+1gWJ7r" crossorigin="anonymous"> <script integrity="sha384-RCmUeGDm/0z7qjkMPO++90GnVpv4BPGiE4TdrRbppw0DHPLAwxKRfrv+517imnEk" crossorigin="anonymous">
MathJax = { MathJax = {
tex: { tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']] inlineMath: [['$', '$'], ['\\(', '\\)']]
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<span class="small text-muted font-weight-normal"></span> <span class="small text-muted font-weight-normal"></span>
<span class="small text-muted font-weight-normal"> <span class="small text-muted font-weight-normal">
<script <script
integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9" integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous"> crossorigin="anonymous">
document.write( document.write(
new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', { new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', {
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<ul class="list-group list-group-light"> <ul class="list-group list-group-light">
{{ range $key, $value := .MapConv }} {{ range $key, $value := .MapConv }}
<li class="list-group-item d-flex justify-content-between align-items-center"> <li class="list-group-item d-flex justify-content-between align-items-center">
<script integrity="sha384-tx+BAjWAc7um+Tn14q8wa5FGi5XpV8gPZ3Rm3AXYVIfvtggl2YvkM+NpIRaM+0a7" <script integrity="sha384-Hj9Zg/2obOOm4nZ1T2Q7ptp+fYPKAgl98aaV58MOcfT5hko1L3BpRO7JBWwcre2u"
crossorigin="anonymous"> crossorigin="anonymous">
otherPersonPic = "{{ $value.ProfilePic }}" otherPersonPic = "{{ $value.ProfilePic }}"
</script> </script>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
</div> </div>
</div> </div>
<script integrity="sha384-Z2NWi0grbE5QoxQNrdzqRklcdjkuZPtG08Tt/npaX+Cs8IICCiGw8/nyf/1KjsBF" crossorigin="anonymous"> <script integrity="sha384-57wT0maCBkc9SUiinG+6D34xtc0KNsctQBxmj13cH2Rgr8SRsbM7KEIG8qNnokTR" crossorigin="anonymous">
function getMessagesWithConvId(id, userName, myPic, otherPersonPic) { function getMessagesWithConvId(id, userName, myPic, otherPersonPic) {
let myHeaders = new Headers(); let myHeaders = new Headers();
console.log("test ::" + id) console.log("test ::" + id)
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</div> </div>
<script integrity="sha384-ugweC/kAs9x+OyLL8KgSLbINUovPSHZvkShmFj+xFOi+uvEWDFRnOVZm5+1gWJ7r" crossorigin="anonymous"> <script integrity="sha384-RCmUeGDm/0z7qjkMPO++90GnVpv4BPGiE4TdrRbppw0DHPLAwxKRfrv+517imnEk" crossorigin="anonymous">
MathJax = { MathJax = {
tex: { tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']] inlineMath: [['$', '$'], ['\\(', '\\)']]
......
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
<button type="button" class="btn btn-outline-primary ms-1" onclick="startMessaging(this.id)" <button type="button" class="btn btn-outline-primary ms-1" onclick="startMessaging(this.id)"
id="{{ .UserData.UserId }}">Message</button> id="{{ .UserData.UserId }}">Message</button>
<script integrity="sha384-EAvYp0YNvL2lBbToDbFTIrcJRDsZomMl8ILxDm9G7q2YIqWFWIjy9jmzhjJkfQ/f" <script integrity="sha384-prkjKY6BK8S+/cssiOWBYWjD6jNXAQZ/37WZhrzC+i1IgDNvWYUpEgT54Hofpny3"
crossorigin="anonymous"> crossorigin="anonymous">
function startMessaging(idChatter) { function startMessaging(idChatter) {
let myHeaders = new Headers(); let myHeaders = new Headers();
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
<span class="small text-muted font-weight-normal">@{{ .UserName }}</span> <span class="small text-muted font-weight-normal">@{{ .UserName }}</span>
<span class="small text-muted font-weight-normal"></span> <span class="small text-muted font-weight-normal"></span>
<span class="small text-muted font-weight-normal"> <span class="small text-muted font-weight-normal">
<script integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9" <script integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous"> crossorigin="anonymous">
document.write( document.write(
new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', { new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', {
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<span class="small text-muted font-weight-normal"></span> <span class="small text-muted font-weight-normal"></span>
<span class="small text-muted font-weight-normal"> <span class="small text-muted font-weight-normal">
<script <script
integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9" integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous"> crossorigin="anonymous">
document.write( document.write(
new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', { new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment