Changeset b8a8d06 for src/main/resources/templates/post.html
- Timestamp:
- 10/16/21 15:07:33 (3 years ago)
- Branches:
- master
- Children:
- 2d8c0e7
- Parents:
- 7888b17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/post.html
r7888b17 rb8a8d06 77 77 Report 78 78 </button> 79 <div id="error" class="text-danger" hidden>Donation error</div> 79 80 80 81 <!-- Modal --> … … 197 198 </div> 198 199 <script src="/js/bootstrap.min.js"></script> 200 <script> 201 location.search 202 .substr(1) 203 .split("&") 204 .forEach(function (item) { 205 tmp = item.split("="); 206 if (tmp[0] === "error") { 207 document.getElementById("error").hidden = false; 208 } 209 }); 210 </script> 199 211 <script th:inline="javascript" th:unless="${notFound}" sec:authorize="isAuthenticated()"> 200 212 /*<![CDATA[*/
Note:
See TracChangeset
for help on using the changeset viewer.