Fixing build issues
This commit is contained in:
parent
7b9d010c56
commit
425885ae55
|
@ -2,11 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="ISO-8859-1">
|
||||
<title>{{.user}} - mumbledj</title>
|
||||
<title>{{.User}} - mumbledj</title>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
function api(type) {
|
||||
return "{{.siteURL}}" + type + "?token={{.token}}";
|
||||
return "{{.Site}}" + type + "?token={{.Token}}";
|
||||
}
|
||||
|
||||
function addURL() {
|
||||
|
|
Reference in a new issue