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 @@
<body>
{{ template "nav" . }}
{{ template "content" . }}
<script integrity="sha384-ugweC/kAs9x+OyLL8KgSLbINUovPSHZvkShmFj+xFOi+uvEWDFRnOVZm5+1gWJ7r" crossorigin="anonymous">
<script integrity="sha384-RCmUeGDm/0z7qjkMPO++90GnVpv4BPGiE4TdrRbppw0DHPLAwxKRfrv+517imnEk" crossorigin="anonymous">
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
......
......@@ -100,7 +100,7 @@
<span class="small text-muted font-weight-normal"></span>
<span class="small text-muted font-weight-normal">
<script
integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9"
integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous">
document.write(
new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', {
......
......@@ -86,7 +86,7 @@
<ul class="list-group list-group-light">
{{ range $key, $value := .MapConv }}
<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">
otherPersonPic = "{{ $value.ProfilePic }}"
</script>
......@@ -144,7 +144,7 @@
</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) {
let myHeaders = new Headers();
console.log("test ::" + id)
......
......@@ -33,7 +33,7 @@
</div>
<script integrity="sha384-ugweC/kAs9x+OyLL8KgSLbINUovPSHZvkShmFj+xFOi+uvEWDFRnOVZm5+1gWJ7r" crossorigin="anonymous">
<script integrity="sha384-RCmUeGDm/0z7qjkMPO++90GnVpv4BPGiE4TdrRbppw0DHPLAwxKRfrv+517imnEk" crossorigin="anonymous">
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
......
......@@ -164,7 +164,7 @@
<button type="button" class="btn btn-outline-primary ms-1" onclick="startMessaging(this.id)"
id="{{ .UserData.UserId }}">Message</button>
<script integrity="sha384-EAvYp0YNvL2lBbToDbFTIrcJRDsZomMl8ILxDm9G7q2YIqWFWIjy9jmzhjJkfQ/f"
<script integrity="sha384-prkjKY6BK8S+/cssiOWBYWjD6jNXAQZ/37WZhrzC+i1IgDNvWYUpEgT54Hofpny3"
crossorigin="anonymous">
function startMessaging(idChatter) {
let myHeaders = new Headers();
......@@ -248,7 +248,7 @@
<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">
<script integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9"
<script integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous">
document.write(
new Date({{ .Timestamp}} * 1000).toLocaleTimeString('ch-CH', {
......
......@@ -60,7 +60,7 @@
<span class="small text-muted font-weight-normal"></span>
<span class="small text-muted font-weight-normal">
<script
integrity="sha384-I7hpstL3JZSvqmvrdu4dtRJdQVq05DXy+3i+cRxs7r6no2IqmTMV/KoOb1xUxXU9"
integrity="sha384-X6fFs+33RbaLB2QyQKhODqTpovExqXBBIHr/1QvS6UrZRwvkb9EfCjtOnZH6FXaD"
crossorigin="anonymous">
document.write(
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