Revize f8464192
Přidáno uživatelem Pavel Fidranský před asi 6 roky(ů)
sources/src/main/webapp/uploadFiles.jsp | ||
---|---|---|
13 | 13 |
|
14 | 14 |
<link rel="stylesheet" href="css/main.css"> |
15 | 15 |
|
16 |
<script id="htmlTags" type="application/json"><%@ include file="node_modules/html-tags/html-tags.json" %></script> |
|
17 |
<script id="svgTags" type="application/json"><%@ include file="node_modules/svg-tags/lib/svg-tags.json" %></script> |
|
18 |
|
|
19 |
<script src="js/components/generic/popup.js"></script> |
|
20 |
<script src="js/components/loginPopup.js"></script> |
|
21 |
<script src="js/components/registerPopup.js"></script> |
|
22 |
|
|
16 | 23 |
<script src="js/errors/abstractMethodError.js"></script> |
17 | 24 |
<script src="js/errors/httpError.js"></script> |
18 | 25 |
|
19 | 26 |
<script src="js/utils/ajax.js"></script> |
27 |
<script src="js/utils/dom.js"></script> |
|
20 | 28 |
|
21 | 29 |
<script src="js/constants.js"></script> |
22 | 30 |
|
Také k dispozici: Unified diff
reworked LoginPopup and RegisterPopup to extend newly created Popup JS class