T157 put request is send. 415 response format unaccepted

This commit is contained in:
2021-02-06 13:30:24 +01:00
parent f851dd5538
commit 53215798f7
5 changed files with 29 additions and 15 deletions

View File

@@ -7,7 +7,8 @@
<link rel="stylesheet" href="/Dependency/fontello-plus/css/fontello.css" type="text/css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Acme&family=Josefin+Slab:wght@500&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>-->
<script type="text/javascript" src="/js/datatransfer.js"></script>
</head>
<body>
@@ -75,7 +76,7 @@
<div id="history" style="display:none;"></div>
</div>
<div id="functionBar">
<button id="btn-save" type="submit" class="functionBarButton" onclick="saveChanges()">Save</button>
<button id="btn-save" type="submit" class="functionBarButton" onclick="updateData()">Save</button>
<div style="clear: both;"></div>
</div>
</div>